Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766733
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/phpunit.xml b/phpunit.xml
index 89fc48d..6bed53b 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,36 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="false"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
+ backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
- <filter>
- <whitelist>
+ <coverage processUncoveredFiles="true">
+ <include>
<directory suffix=".php">app/</directory>
- </whitelist>
- </filter>
+ </include>
+ <report>
+ <html outputDirectory="build/coverage" />
+ <xml outputDirectory="build/logs/coverage"/>
+ <clover outputFile="build/logs/clover.xml"/>
+ <crap4j outputFile="build/logs/crap4j.xml" />
+ </report>
+ </coverage>
<logging>
- <log type="coverage-html" target="build/coverage"/>
- <log type="coverage-clover" target="build/logs/clover.xml"/>
- <log type="coverage-crap4j" target="build/logs/crap4j.xml"/>
- <log type="coverage-xml" target="build/logs/coverage"/>
- <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
+ <junit outputFile="build/logs/junit.xml" />
</logging>
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_KEY" value="00000000000000000000000000000000"/>
<env name="BROKER_DRIVER" value="blackhole"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
</php>
</phpunit>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 19:42 (3 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258810
Default Alt Text
(2 KB)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment