summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-03 01:52:41 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 10:55:05 +0100
commit3bb6dcea6438e2be46d860e41c27c4314bbdd283 (patch)
tree447b0e5879480dc6afb9702346bb8e5925047b90 /tests/lib/appframework
parent678fe1b8f4c2e0557955e4552621074574970a62 (diff)
downloadnextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.tar.gz
nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.zip
Apply DB group annotation ...
Diffstat (limited to 'tests/lib/appframework')
-rw-r--r--tests/lib/appframework/AppTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/appframework/AppTest.php b/tests/lib/appframework/AppTest.php
index 05190ca09b5..7cba0e6db6b 100644
--- a/tests/lib/appframework/AppTest.php
+++ b/tests/lib/appframework/AppTest.php
@@ -128,6 +128,7 @@ class AppTest extends \Test\TestCase {
protected function tearDown() {
rrmdir($this->appPath);
+ parent::tearDown();
}