fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / dompdf / dompdf / phpunit.xml.dist
blobd3971209753bad85a48c3a1bdfbeb50c2dcb0308
1 <phpunit backupGlobals="false"
2          backupStaticAttributes="false"
3          bootstrap="tests/bootstrap.php"
4          colors="true"
5          convertErrorsToExceptions="true"
6          convertNoticesToExceptions="true"
7          convertWarningsToExceptions="true"
8          processIsolation="false"
9          stopOnFailure="false"
10          syntaxCheck="false">
11     <testsuites>
12         <testsuite name="Dompdf Test Suite">
13             <directory>./tests/Dompdf/</directory>
14         </testsuite>
15     </testsuites>
16 </phpunit>