Page MenuHomeDevCentral

No OneTemporary

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

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)

Event Timeline