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