snappymail/phpunit.xml
2016-05-20 10:11:38 +03:00

8 lines
289 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" stopOnFailure="true" syntaxCheck="true" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="RainLoop Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>