Files
DomFramework/phpunit.xml
2014-06-27 11:57:45 +00:00

20 lines
536 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="Tests/autoload.php.dist"
>
<testsuites>
<testsuite name="DomFramework test suite">
<directory>Tests</directory>
</testsuite>
</testsuites>
</phpunit>