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

14 lines
293 B
Plaintext
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>
<filter>
<whitelist>
<directory>src</directory>
</whitelist>
</filter>
2015-10-06 18:02:03 +02:00
</phpunit>