-
Ryan Smith authored
BREAKING CHANGE: Removes some statements.
Ryan Smith authoredBREAKING CHANGE: Removes some statements.
phpunit.xml 577 B
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Application Test Suite">
<directory suffix="test.php" >./tests/</directory>
</testsuite>
</testsuites>
</phpunit>