summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-20 11:31:41 +0200
committerAleksander Machniak <alec@alec.pl>2012-09-20 11:31:41 +0200
commit4fd63805e59a4b196297e8d8627826f377ff8529 (patch)
treee2b8921fdfd3e984fa007f57404f1719748bad10 /tests
parent7641e4aaab279e060cf4f4a981869f07f3a02f45 (diff)
Fix exception on phpunit 3.6.11
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 8b3883223..43c3b767d 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -29,7 +29,7 @@
<file>HtmlToText.php</file>
<file>MailFunc.php</file>
</testsuite>
- <testsuite name="managesieve">
+ <testsuite name="Managesieve Tests">
<file>./../plugins/managesieve/tests/Parser.php</file>
<file>./../plugins/managesieve/tests/Tokenizer.php</file>
</testsuite>