fix travis issues again

This commit is contained in:
Arnaud Aujon 2015-06-01 14:15:09 +02:00
parent 0c66c9745e
commit 3099e2acc4
2 changed files with 9 additions and 2 deletions

View File

@ -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)
@ -313,6 +315,7 @@ 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)

View File

@ -229,6 +229,7 @@ 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)