mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-10-29 17:50:37 +00:00
8 lines
287 B
XML
8 lines
287 B
XML
<phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true">
|
|
<testsuites>
|
|
<!-- Default test suite to run all tests -->
|
|
<testsuite>
|
|
<directory prefix="test_" suffix=".php">tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |