mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: phpunit
This commit is contained in:
@@ -143,7 +143,7 @@ class FactureTestRounding extends PHPUnit_Framework_TestCase
|
||||
// Add two lines
|
||||
for ($i=0; $i<2; $i++)
|
||||
{
|
||||
$localobject->addline($result, 'Description '.$i, 1.24, 1, 10);
|
||||
$localobject->addline('Description '.$i, 1.24, 1, 10);
|
||||
}
|
||||
|
||||
$newlocalobject=new Facture($this->savdb);
|
||||
@@ -186,7 +186,7 @@ class FactureTestRounding extends PHPUnit_Framework_TestCase
|
||||
// Add two lines
|
||||
for ($i=0; $i<2; $i++)
|
||||
{
|
||||
$localobject->addline($result, 'Description '.$i, 1.24, 1, 10);
|
||||
$localobject->addline('Description '.$i, 1.24, 1, 10);
|
||||
}
|
||||
|
||||
$newlocalobject=new Facture($this->savdb);
|
||||
|
||||
Reference in New Issue
Block a user