Page MenuHomeDevCentral

phpunit.xml
No OneTemporary

phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>

File Metadata

Mime Type
text/xml
Expires
Thu, Jul 31, 13:35 (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2838508
Default Alt Text
phpunit.xml (652 B)

Event Timeline