From 1d0c041ac859603357a580a1a16d382e4b6bdc06 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 1 Dec 2015 14:51:26 +0100 Subject: Add a method to get the list of tags from the TagNotFound Exception --- tests/lib/systemtag/systemtagmanagertest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/systemtag/systemtagmanagertest.php b/tests/lib/systemtag/systemtagmanagertest.php index 0a192f01f41..ad06b16e055 100644 --- a/tests/lib/systemtag/systemtagmanagertest.php +++ b/tests/lib/systemtag/systemtagmanagertest.php @@ -40,7 +40,7 @@ class SystemTagManagerTest extends TestCase { $this->connection = \OC::$server->getDatabaseConnection(); $this->tagManager = new SystemTagManager($this->connection); - } + } public function tearDown() { $query = $this->connection->getQueryBuilder(); -- cgit v1.2.3