haiku-atelier-2024/web/vendor/htmlburger/carbon-fields/phpunit.xml
2024-08-13 15:29:18 +02:00

18 lines
No EOL
513 B
XML

<?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>