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')); }