diff options
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 000000000..4a3b883cf --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,13 @@ +<phpunit backupGlobals="false" + bootstrap="bootstrap.php" + colors="true"> + <testsuites> + <testsuite name="All Tests"> + <file>HtmlToText.php</file> + <file>MailDecode.php</file> + <file>MailFunc.php</file> + <file>ModCss.php</file> + <file>VCards.php</file> + </testsuite> + </testsuites> +</phpunit> |