From: Thomas Tanghus Date: Thu, 19 Sep 2013 11:55:45 +0000 (+0200) Subject: Add another test. X-Git-Tag: v6.0.0alpha2~121^2~7^2~1^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de81210bec4b08034e130cd5db4a426fe2f7820e;p=nextcloud-server.git Add another test. --- diff --git a/tests/lib/tags.php b/tests/lib/tags.php index 16a03f5645a..92a96a14772 100644 --- a/tests/lib/tags.php +++ b/tests/lib/tags.php @@ -94,7 +94,7 @@ class Test_Tags extends PHPUnit_Framework_TestCase { $this->assertEquals(0, count($tagMgr->getTags())); $this->assertTrue($tagMgr->isEmpty()); - $tagMgr->add('Tag'); + $this->assertNotEquals(false, $tagMgr->add('Tag')); $this->assertFalse($tagMgr->isEmpty()); }