<phpunit backupGlobals="true"
|
backupStaticAttributes="false"
|
colors="true"
|
convertErrorsToExceptions="true"
|
convertNoticesToExceptions="true"
|
convertWarningsToExceptions="true"
|
processIsolation="false"
|
stopOnFailure="false"
|
bootstrap="tests/bootstrap.php">
|
<testsuites>
|
<testsuite name="phpcent Test Suite">
|
<directory>./tests/</directory>
|
</testsuite>
|
</testsuites>
|
<filter>
|
<whitelist>
|
<directory>./src/</directory>
|
</whitelist>
|
</filter>
|
</phpunit>
|