mirror of
https://github.com/danog/math.git
synced 2024-11-27 04:14:40 +01:00
9 lines
252 B
XML
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>
|