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

19 lines
545 B
XML

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