Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748547
D518.id1251.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
807 B
Referenced Files
None
Subscribers
None
D518.id1251.diff
View Options
diff --git a/phpunit.xml b/phpunit.xml
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -15,6 +15,18 @@
<exclude>./tests/standalone</exclude>
</testsuite>
</testsuites>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">app/</directory>
+ </whitelist>
+ </filter>
+ <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"/>
+ </logging>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 09:28 (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248933
Default Alt Text
D518.id1251.diff (807 B)
Attached To
Mode
D518: CI: adding coverage for unit tests
Attached
Detach File
Event Timeline
Log In to Comment