librenms/phpunit.xml

9 lines
254 B
XML
Raw Normal View History

2016-03-03 17:56:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="tests/bootstrap.php">
2016-03-03 17:56:29 +00:00
<testsuites>
<testsuite name="Application Test Suite">
<directory>tests/</directory>
2016-03-03 17:56:29 +00:00
</testsuite>
</testsuites>
</phpunit>