2014-08-31 14:31:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-01-27 19:33:00 +01:00
|
|
|
<phpunit colors="true" bootstrap="phpunit-main.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>
|
2015-01-27 18:44:21 +01:00
|
|
|
<exclude>tests/CalculatorDetectTest.php</exclude>
|
2014-08-31 14:31:00 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-01-21 20:57:48 +01:00
|
|
|
<filter>
|
2015-01-27 14:53:17 +01:00
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
2015-01-21 20:57:48 +01:00
|
|
|
<directory>src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2014-08-31 14:31:00 +02:00
|
|
|
</phpunit>
|