opsdash-app/opsdash/tests/phpunit.xml
2025-10-27 16:03:31 +07:00

11 lines
349 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="php/bootstrap.php"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="false"
beStrictAboutOutputDuringTests="true">
<testsuites>
<testsuite name="Opsdash Unit Tests">
<directory suffix="Test.php">php</directory>
</testsuite>
</testsuites>
</phpunit>