summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-16 19:44:28 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-16 19:44:28 +0200
commite824925290a0fdf3852f4562dc459a4cbd4e5768 (patch)
treef361c9ffcc427c28657cab77602011bcdff30f08 /tests/phpunit.xml
parent6ab9369eb194e4dde0cc830a84466dd240e95b23 (diff)
Rewritten test scripts for PHPUnit
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml13
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>