szurubooru/phpunit.xml

15 lines
377 B
XML
Raw Normal View History

2014-11-09 16:33:57 +01:00
<?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>