oneuptime/php-sdk/phpunit.xml
2020-12-01 18:05:10 +01:00

7 lines
No EOL
358 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/Fyipe</directory>
</testsuite>
</testsuites>
</phpunit>