Page MenuHomeDevCentral

phpunit.xml
No OneTemporary

phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<php>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="On" />
</php>
<testsuites>
<testsuite name="Unit tests">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>

File Metadata

Mime Type
text/xml
Expires
Thu, Dec 26, 16:12 (8 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315135
Default Alt Text
phpunit.xml (748 B)

Event Timeline