2013-07-22 22:11:01 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-08-10 17:06:27 +02:00
|
|
|
<phpunit bootstrap="vendor/autoload.php"
|
2013-07-22 22:11:01 -07:00
|
|
|
colors="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="false"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
|
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite>
|
2016-08-10 17:06:27 +02:00
|
|
|
<directory>tests</directory>
|
2013-07-22 22:11:01 -07:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
2013-07-23 14:29:45 -07:00
|
|
|
|
2013-07-22 22:11:01 -07:00
|
|
|
</phpunit>
|