mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 02:55:24 +08:00
8 lines
289 B
XML
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>
|