summaryrefslogtreecommitdiffstats
path: root/tests/lib/vcategories.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/vcategories.php')
-rw-r--r--tests/lib/vcategories.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/vcategories.php b/tests/lib/vcategories.php
index a8af6ae9f7a..df5f600f20d 100644
--- a/tests/lib/vcategories.php
+++ b/tests/lib/vcategories.php
@@ -88,6 +88,7 @@ class Test_VCategories extends PHPUnit_Framework_TestCase {
$this->assertTrue($catmgr->rename('Wrok', 'Work'));
$this->assertTrue($catmgr->hasCategory('Work'));
$this->assertFalse($catmgr->hasCategory('Wrok'));
+ $this->assertFalse($catmgr->rename('Wrok', 'Work'));
}