summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-01 14:51:26 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-01 14:54:34 +0100
commit1d0c041ac859603357a580a1a16d382e4b6bdc06 (patch)
tree1c08ad7aa09a78b06b753bac5595cec4dbae1b70 /tests
parent490e01e3836b4a7d21ec660350d0401136985a49 (diff)
downloadnextcloud-server-1d0c041ac859603357a580a1a16d382e4b6bdc06.tar.gz
nextcloud-server-1d0c041ac859603357a580a1a16d382e4b6bdc06.zip
Add a method to get the list of tags from the TagNotFound Exception
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/systemtag/systemtagmanagertest.php2
1 files changed, 1 insertions, 1 deletions
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();