2014-05-14 23:24:20 +10:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
2015-01-05 11:30:03 +11:00
|
|
|
bootstrap="../../bootstrap/autoload.php"
|
2014-05-14 23:24:20 +10:00
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
2015-03-02 20:18:24 +11:00
|
|
|
stopOnFailure="true"
|
2014-05-14 23:24:20 +10:00
|
|
|
syntaxCheck="false"
|
|
|
|
>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="October Test Suite">
|
|
|
|
<directory>./</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|