1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 13:08:16 +01:00
json-machine/phpunit.xml

8 lines
185 B
XML
Raw Normal View History

2015-10-06 18:02:03 +02:00
<phpunit bootstrap="./test/bootstrap.php">
<testsuites>
<testsuite name="main">
<directory>./test/</directory>
</testsuite>
</testsuites>
</phpunit>