2015-08-15 03:33:39 +02:00
|
|
|
<phpunit bootstrap="./vendor/autoload.php" stopOnError="true" stopOnFailure="true" colors="true">
|
2015-04-11 02:34:48 +02:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="JsonRPC">
|
|
|
|
<directory>tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|