commit
7db4fe8990
@ -189,7 +189,7 @@ class AccountingAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testAccountingAccountUpdate
|
* testAccountingAccountUpdate
|
||||||
*
|
*
|
||||||
* @param Object $localobject AccountingAccount
|
* @param AccountingAccount $localobject AccountingAccount
|
||||||
* @return int ID accounting account
|
* @return int ID accounting account
|
||||||
*
|
*
|
||||||
* @depends testAccountingAccountFetch
|
* @depends testAccountingAccountFetch
|
||||||
|
|||||||
@ -207,7 +207,7 @@ class ActionCommTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testActionCommUpdate
|
* testActionCommUpdate
|
||||||
*
|
*
|
||||||
* @param Object $localobject ActionComm
|
* @param ActionComm $localobject ActionComm
|
||||||
* @return int Id action comm updated
|
* @return int Id action comm updated
|
||||||
*
|
*
|
||||||
* @depends testActionCommFetch
|
* @depends testActionCommFetch
|
||||||
|
|||||||
@ -180,7 +180,7 @@ class BankAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testBankAccountOther
|
* testBankAccountOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Object contract
|
* @param Account $localobject Account
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testBankAccountFetch
|
* @depends testBankAccountFetch
|
||||||
|
|||||||
@ -272,7 +272,7 @@ class CommandeFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeFournisseurValid
|
* testCommandeFournisseurValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param CommandeFournisseur $localobject Supplier order
|
||||||
* @return CommandeFournisseur Supplier order
|
* @return CommandeFournisseur Supplier order
|
||||||
*
|
*
|
||||||
* @depends testCommandeFournisseurFetch
|
* @depends testCommandeFournisseurFetch
|
||||||
@ -296,7 +296,7 @@ class CommandeFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeFournisseurApprove
|
* testCommandeFournisseurApprove
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param CommandeFournisseur $localobject Supplier order
|
||||||
* @return CommandeFournisseur Supplier order
|
* @return CommandeFournisseur Supplier order
|
||||||
*
|
*
|
||||||
* @depends testCommandeFournisseurValid
|
* @depends testCommandeFournisseurValid
|
||||||
@ -320,7 +320,7 @@ class CommandeFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeFournisseurCancel
|
* testCommandeFournisseurCancel
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param CommandeFournisseur $localobject Supplier order
|
||||||
* @return CommandeFournisseur Supplier order
|
* @return CommandeFournisseur Supplier order
|
||||||
*
|
*
|
||||||
* @depends testCommandeFournisseurApprove
|
* @depends testCommandeFournisseurApprove
|
||||||
@ -344,7 +344,7 @@ class CommandeFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeFournisseurOther
|
* testCommandeFournisseurOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param CommandeFournisseur $localobject Supplier order
|
||||||
* @return int Id of purchase order
|
* @return int Id of purchase order
|
||||||
*
|
*
|
||||||
* @depends testCommandeFournisseurCancel
|
* @depends testCommandeFournisseurCancel
|
||||||
|
|||||||
@ -180,7 +180,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeUpdate
|
* testCommandeUpdate
|
||||||
*
|
*
|
||||||
* @param Object $localobject Commande
|
* @param Commande $localobject Commande
|
||||||
* @return Commande
|
* @return Commande
|
||||||
*
|
*
|
||||||
* @depends testCommandeFetch
|
* @depends testCommandeFetch
|
||||||
@ -205,7 +205,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeValid
|
* testCommandeValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Order
|
* @param Commande $localobject Order
|
||||||
* @return Commande
|
* @return Commande
|
||||||
*
|
*
|
||||||
* @depends testCommandeUpdate
|
* @depends testCommandeUpdate
|
||||||
@ -229,7 +229,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeCancel
|
* testCommandeCancel
|
||||||
*
|
*
|
||||||
* @param Object $localobject Order
|
* @param Commande $localobject Order
|
||||||
* @return Commande
|
* @return Commande
|
||||||
*
|
*
|
||||||
* @depends testCommandeValid
|
* @depends testCommandeValid
|
||||||
@ -253,7 +253,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCommandeOther
|
* testCommandeOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Order
|
* @param Commande $localobject Order
|
||||||
* @return int Order id
|
* @return int Order id
|
||||||
*
|
*
|
||||||
* @depends testCommandeCancel
|
* @depends testCommandeCancel
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file test/phpunit/CommonObjectTest.php
|
* \file test/phpunit/CommonInvoiceTest.php
|
||||||
* \ingroup test
|
* \ingroup test
|
||||||
* \brief PHPUnit test
|
* \brief PHPUnit test
|
||||||
* \remarks To run this script as CLI: phpunit filename.php
|
* \remarks To run this script as CLI: phpunit filename.php
|
||||||
|
|||||||
@ -150,8 +150,8 @@ class CompanyBankAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCompanyBankAccountFetch
|
* testCompanyBankAccountFetch
|
||||||
*
|
*
|
||||||
* @param int $id Id of bank account
|
* @param int $id Id of bank account
|
||||||
* @return Object Bank account object
|
* @return CompanyBankAccount Bank account object
|
||||||
*
|
*
|
||||||
* @depends testCompanyBankAccountCreate
|
* @depends testCompanyBankAccountCreate
|
||||||
* The depends says test is run only if previous is ok
|
* The depends says test is run only if previous is ok
|
||||||
@ -174,7 +174,7 @@ class CompanyBankAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCompanyBankAccountSetAsDefault
|
* testCompanyBankAccountSetAsDefault
|
||||||
*
|
*
|
||||||
* @param Object $localobject Bank account
|
* @param CompanyBankAccount $localobject Bank account
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testCompanyBankAccountFetch
|
* @depends testCompanyBankAccountFetch
|
||||||
@ -196,7 +196,7 @@ class CompanyBankAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCompanyBankAccountUpdate
|
* testCompanyBankAccountUpdate
|
||||||
*
|
*
|
||||||
* @param Object $localobject Bank account object
|
* @param CompanyBankAccount $localobject Bank account object
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testCompanyBankAccountFetch
|
* @depends testCompanyBankAccountFetch
|
||||||
@ -221,7 +221,7 @@ class CompanyBankAccountTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testCompanyBankAccountOther
|
* testCompanyBankAccountOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Bank account
|
* @param CompanyBankAccount $localobject Bank account
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testCompanyBankAccountFetch
|
* @depends testCompanyBankAccountFetch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user