File "phpunit.xml.dist"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/timetable/libraries/dompdf/phpunit.xml.dist
File size: 521 bytes
MIME-type: text/plain
Charset: utf-8

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