mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
7 lines
362 B
XML
7 lines
362 B
XML
<phpunit bootstrap="tests/bootstrap.php" backupStaticAttributes="false" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true">
|
|
<testsuites>
|
|
<testsuite name="Logger">
|
|
<directory>tests/OneUptime</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |