zkt24-sk1/dompdf/phpunit.xml.dist
2024-05-06 12:30:03 +02:00

16 lines
521 B
XML

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Dompdf Test Suite">
<directory>./tests/Dompdf/</directory>
</testsuite>
</testsuites>
</phpunit>