diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-16 19:44:28 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-16 19:44:28 +0200 |
commit | e824925290a0fdf3852f4562dc459a4cbd4e5768 (patch) | |
tree | f361c9ffcc427c28657cab77602011bcdff30f08 /tests/phpunit.xml | |
parent | 6ab9369eb194e4dde0cc830a84466dd240e95b23 (diff) |
Rewritten test scripts for PHPUnit
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> |