winter/modules/system/phpunit.xml

18 lines
456 B
XML
Raw Normal View History

2014-05-14 23:24:20 +10:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
2014-05-14 23:24:20 +10:00
>
<testsuites>
<testsuite name="Winter System Module">
<directory>./tests</directory>
2014-05-14 23:24:20 +10:00
</testsuite>
</testsuites>
</phpunit>