1
0
mirror of https://github.com/danog/math.git synced 2024-12-11 08:50:39 +01:00
math/phpunit.xml

14 lines
359 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="vendor/autoload.php">
<testsuites>
<testsuite name="Brick\Math test suite">
<directory>tests</directory>
</testsuite>
</testsuites>
2015-01-21 20:57:48 +01:00
<filter>
<whitelist>
<directory>src</directory>
</whitelist>
</filter>
2014-08-31 14:31:00 +02:00
</phpunit>