From e85f31f456068c1ed8998a4ab3dca38811dcf546 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 21 May 2017 21:33:24 +0200 Subject: [PATCH] Fix phpunit --- test/phpunit/WebservicesProductsTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/phpunit/WebservicesProductsTest.php b/test/phpunit/WebservicesProductsTest.php index 796ee700221..e3500a68f5b 100644 --- a/test/phpunit/WebservicesProductsTest.php +++ b/test/phpunit/WebservicesProductsTest.php @@ -169,7 +169,9 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase 'ref'=>'NewProductFromWS'.$datestring, 'label'=>'New Product From WS '.$datestring, 'type'=>1, - 'description'=>'This is a new product created from WS PHPUnit test case' + 'description'=>'This is a new product created from WS PHPUnit test case', + 'barcode'=>'123456789012', + 'barcode_type'=>2 ) ); print __METHOD__." call method ".$WS_METHOD."\n";