2
0
forked from Wavyzz/dolibarr

Fix warnings

This commit is contained in:
Laurent Destailleur
2020-12-16 11:33:31 +01:00
parent c6f83aaed7
commit 5facd49a6c
3 changed files with 6 additions and 6 deletions

View File

@@ -219,7 +219,8 @@ class EntrepotTest extends PHPUnit\Framework\TestCase
$langs=$this->savlangs;
$db=$this->savdb;
//$this->assertLessThan(1, 0);
$result = $localobject->get_full_arbo();
$this->assertEquals('WAREHOUSE SPECIMEN', $result);
return $localobject->id;
}