Fix travis
This commit is contained in:
parent
5931bc4068
commit
aef3592698
@ -232,7 +232,7 @@ class ProductTest extends PHPUnit_Framework_TestCase
|
|||||||
$localobject=new Product($this->savdb);
|
$localobject=new Product($this->savdb);
|
||||||
$result=$localobject->fetch($id);
|
$result=$localobject->fetch($id);
|
||||||
|
|
||||||
$result=$localobject->delete($id);
|
$result=$localobject->delete($user);
|
||||||
print __METHOD__." id=".$id." result=".$result."\n";
|
print __METHOD__." id=".$id." result=".$result."\n";
|
||||||
$this->assertLessThan($result, 0);
|
$this->assertLessThan($result, 0);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user