2014-08-31 14:31:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-06-22 12:41:35 +02:00
|
|
|
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
|
2014-08-31 14:31:00 +02:00
|
|
|
<testsuites>
|
2015-01-27 19:33:00 +01:00
|
|
|
<testsuite>
|
2014-08-31 14:31:00 +02:00
|
|
|
<directory>tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-01-21 20:57:48 +01:00
|
|
|
<filter>
|
2015-01-27 14:53:17 +01:00
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
2015-05-22 13:39:59 +02:00
|
|
|
<directory suffix=".php">src</directory>
|
2015-01-21 20:57:48 +01:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2014-08-31 14:31:00 +02:00
|
|
|
</phpunit>
|