php-resque/phpunit.xml

17 lines
440 B
XML
Raw Normal View History

2010-04-18 13:58:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
bootstrap="tests/bootstrap.php"
2010-04-18 13:58:43 +00:00
backupStaticAttributes="false"
colors="true"
2010-04-18 13:58:43 +00:00
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
2010-04-18 13:58:43 +00:00
stopOnFailure="false"
>
<testsuites>
<testsuite name="Resque Test Suite">
<directory>./tests/Resque/</directory>
2010-04-18 13:58:43 +00:00
</testsuite>
</testsuites>
</phpunit>