mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-01 11:34:25 +01: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> |