Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12297385
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
View Options
diff --git a/phpunit.xml b/phpunit.xml
index 3f791d8..dbf9974 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,24 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
<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"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
</php>
</phpunit>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Oct 22, 11:50 (20 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3092062
Default Alt Text
(1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment