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
* @depends testWSInvoicesCreateInvoice
*
* @param result invoice created by create method
* @return array Invoice
*/
public function testWSInvoicesGetInvoiceByRefExt($result)
@ -312,7 +314,8 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
*
* Update an invoice using ref_ext
* @depends testWSInvoicesCreateInvoice
*
*
* @param result invoice created by create method
* @return array Invoice
*/
public function testWSInvoicesUpdateInvoiceByRefExt($result)

View File

@ -228,7 +228,8 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
*
* Use id to retrieve thirdparty
* @depends testWSThirdpartycreateThirdParty
*
*
* @param result thirdparty created by create method
* @return array thirpdarty updated
*/
public function testWSThirdpartygetThirdPartyById($result)
@ -288,6 +289,8 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
* Use ref_ext to retrieve thirdparty
*
* @depends testWSThirdpartycreateThirdParty
*
* @param result thirdparty created by create method
* @return array thirdparty
*/
public function testWSThirdpartygetThirdPartyByRefExt($result)
@ -348,6 +351,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
*
* @depends testWSThirdpartycreateThirdParty
*
* @param result thirdparty created by create method
* @return array thirdparty
*/
public function testWSThirdpartydeleteThirdPartyById($result)