You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
366 B
19 lines
366 B
<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>
|
|
|