Corrected test
This commit is contained in:
parent
f7c1203d4c
commit
0c4a3b23af
@ -305,7 +305,7 @@ class CategorieTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
$localobject=new Categorie($this->savdb);
|
||||
$result=$localobject->fetch($id);
|
||||
$result=$localobject->delete($id);
|
||||
$result=$localobject->delete($user);
|
||||
|
||||
print __METHOD__." id=".$id." result=".$result."\n";
|
||||
$this->assertGreaterThan(0, $result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user