Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-19 16:42:24 +0300
committerJoas Schilling <nickvergessen@gmx.de>2014-11-20 17:26:27 +0300
commitb8420592853717d3d637e3ec6c3ab3a1cfb850a5 (patch)
tree4d03ecccb33a476b90b0c7b8f7c76ffd4e4c0219 /tests/phpunit-autotest.xml
parent84d358a7615f70944706d7e3095f372b8a4a29c8 (diff)
Remove testcleanuplistener.php
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 282f5477c30..9fba824bc7d 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -39,11 +39,6 @@
</filter>
<listeners>
<listener class="StartSessionListener" file="startsessionlistener.php" />
- <listener class="TestCleanupListener" file="testcleanuplistener.php">
- <arguments>
- <string>detail</string>
- </arguments>
- </listener>
</listeners>
</phpunit>