Add another test.

remotes/origin/stable6
Thomas Tanghus 12 years ago
parent 1bbeb12e2e
commit 8fab9eef28
  1. 2
      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());
}

Loading…
Cancel
Save