diff --git a/test/phpunit/CategorieTest.php b/test/phpunit/CategorieTest.php index 8ac54d0b953dd..151bac89e4b51 100755 --- a/test/phpunit/CategorieTest.php +++ b/test/phpunit/CategorieTest.php @@ -235,7 +235,7 @@ public function testCategorieDelete($id) $localobject=new Categorie($this->savdb); $result=$localobject->fetch($id); - $result=$localobject->remove($id); + $result=$localobject->delete($id); print __METHOD__." id=".$id." result=".$result."\n"; $this->assertLessThan($result, 0);