Add phpunit for accountingaccount

This commit is contained in:
Laurent Destailleur 2018-05-18 09:25:59 +02:00
parent 26e10caa7d
commit 80bce6b62d

View File

@ -174,7 +174,7 @@ class CommandeTest extends PHPUnit_Framework_TestCase
* @depends testCommandeFetch * @depends testCommandeFetch
* The depends says test is run only if previous is ok * The depends says test is run only if previous is ok
*/ */
public function testCommandUpdate($localobject) public function testCommandeUpdate($localobject)
{ {
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
$conf=$this->savconf; $conf=$this->savconf;
@ -196,7 +196,7 @@ class CommandeTest extends PHPUnit_Framework_TestCase
* @param Object $localobject Order * @param Object $localobject Order
* @return Commande * @return Commande
* *
* @depends testCommandUpdate * @depends testCommandeUpdate
* The depends says test is run only if previous is ok * The depends says test is run only if previous is ok
*/ */
public function testCommandeValid($localobject) public function testCommandeValid($localobject)