Skip to content
Snippets Groups Projects
Commit de81210b authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Add another test.

parent 314ca843
Branches
No related tags found
No related merge requests found
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment