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.xml.dist | |
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.xml.dist')
-rw-r--r-- | tests/phpunit.xml.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist index 71a4ff2762c..21c63ea0469 100644 --- a/tests/phpunit.xml.dist +++ b/tests/phpunit.xml.dist @@ -29,4 +29,7 @@ </exclude> </whitelist> </filter> + <listeners> + <listener class="StartSessionListener" file="startsessionlistener.php" /> + </listeners> </phpunit> |