haiku-atelier-2024/web/vendor/htmlburger/carbon-fields/phpunit.xml
2024-12-22 19:47:20 +01:00

18 lines
No EOL
513 B
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="./tests/bootstrap.php"
colors="true"
stopOnError="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
backupGlobals="false"
>
<testsuites>
<testsuite name="Carbon Fields Test Suite">
<directory suffix=".php">./tests/unit-tests/</directory>
</testsuite>
</testsuites>
</phpunit>