dolibarr/htdocs/includes/raven/raven/phpunit.xml
2015-09-04 19:09:55 +02:00

26 lines
654 B
XML

<?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="test/bootstrap.php"
>
<testsuites>
<testsuite name="Raven Test Suite">
<directory>./test/Raven/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./lib/Raven/</directory>
</whitelist>
</filter>
</phpunit>