20 lines
366 B
XML
20 lines
366 B
XML
|
<phpunit
|
||
|
bootstrap="tests/bootstrap.php"
|
||
|
colors="true"
|
||
|
backupGlobals="false">
|
||
|
|
||
|
<testsuites>
|
||
|
<testsuite>
|
||
|
<directory suffix=".php">./tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
|
||
|
<filter>
|
||
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||
|
<file>mpdf.php</file>
|
||
|
<directory suffix=".php">classes</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
|
||
|
</phpunit>
|