1
0
mirror of https://github.com/danog/math.git synced 2024-12-04 10:18:08 +01:00
math/phpunit.xml

14 lines
403 B
XML
Raw Normal View History

2014-08-31 14:31:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="phpunit-bootstrap.php">
2014-08-31 14:31:00 +02:00
<testsuites>
<testsuite name="Brick\Math test suite">
<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-01-21 20:57:48 +01:00
<directory>src</directory>
</whitelist>
</filter>
2014-08-31 14:31:00 +02:00
</phpunit>