Add phpunit for accountingaccount
This commit is contained in:
parent
26e10caa7d
commit
80bce6b62d
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user