szuru/phpunit.xml
2014-11-09 17:38:58 +01:00

15 lines
377 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./src/Bootstrap.php" colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Main test suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>