misuzu/phpunit.xml

18 lines
540 B
XML
Raw Normal View History

2017-12-16 22:43:48 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="misuzu.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Misuzu Tests">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>