From 3099e2acc4168f37d46c0b04b6906b90f559a2fe Mon Sep 17 00:00:00 2001 From: Arnaud Aujon Date: Mon, 1 Jun 2015 14:15:09 +0200 Subject: [PATCH] fix travis issues again --- test/phpunit/WebservicesInvoicesTest.php | 5 ++++- test/phpunit/WebservicesThirdpartyTest.php | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/test/phpunit/WebservicesInvoicesTest.php b/test/phpunit/WebservicesInvoicesTest.php index 12d5ae2011c..ff8a9a30e73 100755 --- a/test/phpunit/WebservicesInvoicesTest.php +++ b/test/phpunit/WebservicesInvoicesTest.php @@ -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) diff --git a/test/phpunit/WebservicesThirdpartyTest.php b/test/phpunit/WebservicesThirdpartyTest.php index 6ae126b7e70..2bf3f3fe094 100755 --- a/test/phpunit/WebservicesThirdpartyTest.php +++ b/test/phpunit/WebservicesThirdpartyTest.php @@ -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)