2018-04-09 15:49:23 -04:00
|
|
|
<?xml version="1.0"?>
|
2018-07-03 08:44:14 -04:00
|
|
|
<phpunit
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
verbose="true">
|
2018-04-09 15:49:23 -04:00
|
|
|
<testsuites>
|
|
|
|
<testsuite>
|
2018-04-09 17:03:29 -04:00
|
|
|
<directory>tests/</directory>
|
2018-04-09 15:49:23 -04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|