2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2023-08-11 20:15:01 +02:00
parent e4eafcc52e
commit c9f1ee08dc

View File

@@ -686,6 +686,6 @@ class NumberingModulesTest extends PHPUnit\Framework\TestCase
$result=$numbering->getNextValue($mysoc, $localobject);
print __METHOD__." result=".$result."\n";
$this->assertEquals('SH8001-0001', $result); // counter must start to 1
$this->assertEquals('SH8003-0001', $result); // counter must start to 1
}
}