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