Add another test.
This commit is contained in:
parent
314ca843e8
commit
de81210bec
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