You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
760 B
26 lines
760 B
<?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>
|