diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2014-03-05 00:26:06 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2014-03-05 00:26:06 +0100 |
commit | b54b0b2153742d0d5376045287e5874929437298 (patch) | |
tree | 85f1af4c2460e381f1e0384ae32b655d30b5cbaa /tests | |
parent | 1da90fab848686028c0e41c45a659678d5774ddf (diff) | |
download | nextcloud-server-b54b0b2153742d0d5376045287e5874929437298.tar.gz nextcloud-server-b54b0b2153742d0d5376045287e5874929437298.zip |
Yet another cleanup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/tags.php | 2 |
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())); |