2014-11-16 22:26:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
2015-02-15 13:45:19 +00:00
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
2014-11-16 22:26:08 +00:00
|
|
|
bootstrap="bootstrap/autoload.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
2014-12-21 11:40:47 +00:00
|
|
|
stopOnError="false"
|
2014-11-16 22:26:08 +00:00
|
|
|
stopOnFailure="false"
|
2014-12-21 11:40:47 +00:00
|
|
|
syntaxCheck="true"
|
|
|
|
verbose="true"
|
2014-11-16 22:26:08 +00:00
|
|
|
>
|
|
|
|
<testsuites>
|
2014-12-21 11:40:47 +00:00
|
|
|
<testsuite name="Cachet Test Suite">
|
2015-01-02 00:18:19 +00:00
|
|
|
<directory>./tests</directory>
|
2014-11-16 22:26:08 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2014-12-21 11:40:47 +00:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
2015-01-01 15:46:36 +00:00
|
|
|
<directory suffix=".php">./src</directory>
|
2014-12-21 11:40:47 +00:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2014-11-16 22:26:08 +00:00
|
|
|
</phpunit>
|