mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 04:58:16 +01:00
14 lines
293 B
XML
14 lines
293 B
XML
<phpunit bootstrap="./test/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="main">
|
|
<directory>./test/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory>src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|