mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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);
|
||||
$result=$localobject->fetch($id);
|
||||
|
||||
$result=$localobject->delete($id);
|
||||
$result=$localobject->delete($user);
|
||||
print __METHOD__." id=".$id." result=".$result."\n";
|
||||
$this->assertLessThan($result, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user