Page MenuHomeDevCentral

D2679.diff
No OneTemporary

D2679.diff

diff --git a/phpunit.xml b/phpunit.xml
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,5 +1,7 @@
<?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"
@@ -13,17 +15,19 @@
<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"/>

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 09:55 (21 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264451
Default Alt Text
D2679.diff (1 KB)

Event Timeline