summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2014-03-05 00:26:06 +0100
committerThomas Tanghus <thomas@tanghus.net>2014-03-05 00:26:06 +0100
commitb54b0b2153742d0d5376045287e5874929437298 (patch)
tree85f1af4c2460e381f1e0384ae32b655d30b5cbaa /tests
parent1da90fab848686028c0e41c45a659678d5774ddf (diff)
downloadnextcloud-server-b54b0b2153742d0d5376045287e5874929437298.tar.gz
nextcloud-server-b54b0b2153742d0d5376045287e5874929437298.zip
Yet another cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/tags.php b/tests/lib/tags.php
index 97e3734cfda..976b4b4fdc8 100644
--- a/tests/lib/tags.php
+++ b/tests/lib/tags.php
@@ -130,7 +130,7 @@ class Test_Tags extends PHPUnit_Framework_TestCase {
$tagger = $this->tagMgr->load($this->objectType);
foreach($objids as $id) {
- $tagger->tagAs($id, 'Family');
+ $this->assertTrue($tagger->tagAs($id, 'Family'));
}
$this->assertEquals(1, count($tagger->getTags()));