Completed
Push — master ( 2cf690...123f2d )
by Aimeos
04:28
created
admin/jqadm/tests/Admin/JQAdm/Product/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
 	}
323 323
 
324 324
 
325
-	public function getClientMock( $methods, $real = true  )
325
+	public function getClientMock( $methods, $real = true )
326 326
 	{
327 327
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Product\Standard::class )
328 328
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Customer/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 	}
306 306
 
307 307
 
308
-	public function getClientMock( $methods, $real = true  )
308
+	public function getClientMock( $methods, $real = true )
309 309
 	{
310 310
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Customer\Standard::class )
311 311
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Subscription/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
 	}
296 296
 
297 297
 
298
-	public function getClientMock( $methods, $real = true  )
298
+	public function getClientMock( $methods, $real = true )
299 299
 	{
300 300
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Subscription\Standard::class )
301 301
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/Site/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
 	}
296 296
 
297 297
 
298
-	public function getClientMock( $methods, $real = true  )
298
+	public function getClientMock( $methods, $real = true )
299 299
 	{
300 300
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Locale\Site\Standard::class )
301 301
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
 	}
283 283
 
284 284
 
285
-	public function getClientMock( $methods, $real = true  )
285
+	public function getClientMock( $methods, $real = true )
286 286
 	{
287 287
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Locale\Standard::class )
288 288
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/Currency/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
 	}
282 282
 
283 283
 
284
-	public function getClientMock( $methods, $real = true  )
284
+	public function getClientMock( $methods, $real = true )
285 285
 	{
286 286
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Locale\Currency\Standard::class )
287 287
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/Language/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
 	}
282 282
 
283 283
 
284
-	public function getClientMock( $methods, $real = true  )
284
+	public function getClientMock( $methods, $real = true )
285 285
 	{
286 286
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Locale\Language\Standard::class )
287 287
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Coupon/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
 	}
309 309
 
310 310
 
311
-	public function getClientMock( $methods, $real = true  )
311
+	public function getClientMock( $methods, $real = true )
312 312
 	{
313 313
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Coupon\Standard::class )
314 314
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Supplier/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
 	}
293 293
 
294 294
 
295
-	public function getClientMock( $methods, $real = true  )
295
+	public function getClientMock( $methods, $real = true )
296 296
 	{
297 297
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Supplier\Standard::class )
298 298
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.