1
0
mirror of https://github.com/danog/math.git synced 2024-12-03 09:47:51 +01:00
math/phpunit.xml

14 lines
400 B
XML
Raw Normal View History

2014-08-31 14:31:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
2014-08-31 14:31:00 +02:00
<testsuites>
<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">
<directory suffix=".php">src</directory>
2015-01-21 20:57:48 +01:00
</whitelist>
</filter>
2014-08-31 14:31:00 +02:00
</phpunit>