diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-13 16:19:17 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-13 16:19:17 +0100 |
commit | fc697c729811e5644e2c7bc884bd54d3ff092ac8 (patch) | |
tree | 9b8490d8ee138f2325bc6c3341706924133cb77a /tests/phpunit-autotest.xml | |
parent | 9fe5033f1ec1737eae9402008c5228e5fe60f9bc (diff) | |
download | nextcloud-server-fc697c729811e5644e2c7bc884bd54d3ff092ac8.tar.gz nextcloud-server-fc697c729811e5644e2c7bc884bd54d3ff092ac8.zip |
adding StartSessionListener which initializes the session before each test case execution
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 1a2ab35491b..872ff2c2596 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -36,6 +36,7 @@ </whitelist> </filter> <listeners> + <listener class="StartSessionListener" file="startsessionlistener.php" /> <listener class="TestCleanupListener" file="testcleanuplistener.php"> <arguments> <string>detail</string> |