1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-24 16:12:25 +01:00
json-machine/phpunit.xml
Filip Halaxa 6b169b17b1 init
2018-11-12 13:30:13 +01:00

8 lines
185 B
XML

<phpunit bootstrap="./test/bootstrap.php">
<testsuites>
<testsuite name="main">
<directory>./test/</directory>
</testsuite>
</testsuites>
</phpunit>