mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Add another test.
This commit is contained in:
parent
1bbeb12e2e
commit
8fab9eef28
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue