diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-19 14:42:24 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-20 15:26:27 +0100 |
commit | b8420592853717d3d637e3ec6c3ab3a1cfb850a5 (patch) | |
tree | 4d03ecccb33a476b90b0c7b8f7c76ffd4e4c0219 /tests/phpunit-autotest.xml | |
parent | 84d358a7615f70944706d7e3095f372b8a4a29c8 (diff) | |
download | nextcloud-server-b8420592853717d3d637e3ec6c3ab3a1cfb850a5.tar.gz nextcloud-server-b8420592853717d3d637e3ec6c3ab3a1cfb850a5.zip |
Remove testcleanuplistener.php
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 5 |
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> |