fix travis issues again
This commit is contained in:
parent
0c66c9745e
commit
3099e2acc4
@ -258,6 +258,8 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
|
|||||||
*
|
*
|
||||||
* Retrieve an invoice using ref_ext
|
* Retrieve an invoice using ref_ext
|
||||||
* @depends testWSInvoicesCreateInvoice
|
* @depends testWSInvoicesCreateInvoice
|
||||||
|
*
|
||||||
|
* @param result invoice created by create method
|
||||||
* @return array Invoice
|
* @return array Invoice
|
||||||
*/
|
*/
|
||||||
public function testWSInvoicesGetInvoiceByRefExt($result)
|
public function testWSInvoicesGetInvoiceByRefExt($result)
|
||||||
@ -312,7 +314,8 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
|
|||||||
*
|
*
|
||||||
* Update an invoice using ref_ext
|
* Update an invoice using ref_ext
|
||||||
* @depends testWSInvoicesCreateInvoice
|
* @depends testWSInvoicesCreateInvoice
|
||||||
*
|
*
|
||||||
|
* @param result invoice created by create method
|
||||||
* @return array Invoice
|
* @return array Invoice
|
||||||
*/
|
*/
|
||||||
public function testWSInvoicesUpdateInvoiceByRefExt($result)
|
public function testWSInvoicesUpdateInvoiceByRefExt($result)
|
||||||
|
|||||||
@ -228,7 +228,8 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
|
|||||||
*
|
*
|
||||||
* Use id to retrieve thirdparty
|
* Use id to retrieve thirdparty
|
||||||
* @depends testWSThirdpartycreateThirdParty
|
* @depends testWSThirdpartycreateThirdParty
|
||||||
*
|
*
|
||||||
|
* @param result thirdparty created by create method
|
||||||
* @return array thirpdarty updated
|
* @return array thirpdarty updated
|
||||||
*/
|
*/
|
||||||
public function testWSThirdpartygetThirdPartyById($result)
|
public function testWSThirdpartygetThirdPartyById($result)
|
||||||
@ -288,6 +289,8 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
|
|||||||
* Use ref_ext to retrieve thirdparty
|
* Use ref_ext to retrieve thirdparty
|
||||||
*
|
*
|
||||||
* @depends testWSThirdpartycreateThirdParty
|
* @depends testWSThirdpartycreateThirdParty
|
||||||
|
*
|
||||||
|
* @param result thirdparty created by create method
|
||||||
* @return array thirdparty
|
* @return array thirdparty
|
||||||
*/
|
*/
|
||||||
public function testWSThirdpartygetThirdPartyByRefExt($result)
|
public function testWSThirdpartygetThirdPartyByRefExt($result)
|
||||||
@ -348,6 +351,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
|
|||||||
*
|
*
|
||||||
* @depends testWSThirdpartycreateThirdParty
|
* @depends testWSThirdpartycreateThirdParty
|
||||||
*
|
*
|
||||||
|
* @param result thirdparty created by create method
|
||||||
* @return array thirdparty
|
* @return array thirdparty
|
||||||
*/
|
*/
|
||||||
public function testWSThirdpartydeleteThirdPartyById($result)
|
public function testWSThirdpartydeleteThirdPartyById($result)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user