Files
oneuptime/PhpSdk/phpunit.xml
Nawaz Dhandala 822741e215 fix
2022-04-10 22:54:23 +01:00

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>