Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3779772
D2679.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2679.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2679: Upgrade PHPUnit configuration to 9.5 schema
Attached
Detach File
Event Timeline
Log In to Comment