mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
Fix test phpunit
This commit is contained in:
@@ -349,7 +349,7 @@ class TicketTest extends PHPUnit_Framework_TestCase
|
||||
$langs=$this->savlangs;
|
||||
$db=$this->savdb;
|
||||
|
||||
$result=$localobject->close();
|
||||
$result=$localobject->close($user);
|
||||
print __METHOD__." id=".$localobject->id." result=".$result."\n";
|
||||
|
||||
$this->assertGreaterThan(0, $result);
|
||||
|
||||
Reference in New Issue
Block a user