2014-07-13 21:12:07 +10:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
2016-05-14 12:26:40 +10:00
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|
|
|
beStrictAboutOutputDuringTests="true"
|
2014-07-13 21:12:07 +10:00
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
2016-05-14 12:26:40 +10:00
|
|
|
failOnRisky="true"
|
|
|
|
failOnWarning="true"
|
2014-07-13 21:12:07 +10:00
|
|
|
processIsolation="false"
|
2016-05-14 12:26:40 +10:00
|
|
|
stopOnError="false"
|
2014-07-13 21:12:07 +10:00
|
|
|
stopOnFailure="false"
|
2016-05-14 12:26:40 +10:00
|
|
|
verbose="true"
|
2014-07-13 21:12:07 +10:00
|
|
|
>
|
|
|
|
<testsuites>
|
2015-12-23 11:31:56 +00:00
|
|
|
<testsuite name="Laravel Searchy Test Suite">
|
2016-05-14 12:26:40 +10:00
|
|
|
<directory suffix="Test.php">./tests</directory>
|
2014-07-13 21:12:07 +10:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-05-14 12:26:40 +10:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">./src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2014-07-13 21:12:07 +10:00
|
|
|
</phpunit>
|