Page MenuHomeDevCentral

No OneTemporary

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

Mime Type
text/x-diff
Expires
Sun, Nov 24, 19:42 (5 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258810
Default Alt Text
(2 KB)

Event Timeline