Update CompanyBankAccountTest.php
This commit is contained in:
parent
9db3499aef
commit
4c17fefb95
@ -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