Repository URL to install this package:
|
Version:
0.1.0 ▾
|
crazyfactory/phpunit-extensions
/
phpunit.xml
|
|---|
<phpunit bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Unit Tests">
<directory>tests/unit/</directory>
</testsuite>
</testsuites>
</phpunit>