freescout-support/Modules/ApiWebhooks/vendor/mpociot/documentarian/phpunit.xml
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

16 lines
No EOL
548 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Documentarian Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>