2016-03-03 11:56:29 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-08-22 10:32:05 -05:00
|
|
|
<phpunit colors="true" bootstrap="tests/bootstrap.php">
|
2016-03-03 11:56:29 -06:00
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="Application Test Suite">
|
2016-08-22 10:32:05 -05:00
|
|
|
<directory>tests/</directory>
|
2016-03-03 11:56:29 -06:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
</phpunit>
|