2016-07-12 16:58:19 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="false"
|
|
|
|
bootstrap="./tests/Caxy/Tests/TestInit.php"
|
|
|
|
>
|
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="php-htmldiff Test Suite">
|
|
|
|
<directory>./tests/Caxy/Tests/HtmlDiff</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">./lib</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
</phpunit>
|