Fix phpunit
This commit is contained in:
parent
f6305bf551
commit
5ca70b29b2
@ -401,7 +401,7 @@ class SocieteTest extends PHPUnit\Framework\TestCase
|
|||||||
$result=$localobject->getOutstandingBills();
|
$result=$localobject->getOutstandingBills();
|
||||||
|
|
||||||
print __METHOD__." id=".$id." result=".var_export($result, true)."\n";
|
print __METHOD__." id=".$id." result=".var_export($result, true)."\n";
|
||||||
$this->assertLessThan($result, 0);
|
$this->assertTrue(array_key_exists('opened', $result), 'Result of getOutstandingBills failed');
|
||||||
|
|
||||||
return $id;
|
return $id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user