1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00
math/phpunit.xml
2014-08-31 14:31:00 +02:00

9 lines
252 B
XML

<?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>
</phpunit>