11 lines
384 B
XML
11 lines
384 B
XML
<phpunit colors="true" strict="false" backupGlobals="false" timeoutForSmallTests="1" timeoutForMediumTests="5" timeoutForLargeTests="10" bootstrap="vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="All">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<ini name="error_reporting" value="32767" />
|
|
</php>
|
|
</phpunit>
|