commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / vendor / dompdf / dompdf / phpunit.xml.dist
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>