Completed
Push — master ( 2cf690...123f2d )
by Aimeos
04:28
created
admin/jqadm/tests/Admin/JQAdm/Type/Service/Lists/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@
 block discarded – undo
341 341
 	}
342 342
 
343 343
 
344
-	public function getClientMock( $methods, $real = true  )
344
+	public function getClientMock( $methods, $real = true )
345 345
 	{
346 346
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Service\Lists\Standard::class )
347 347
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Catalog/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
 	}
297 297
 
298 298
 
299
-	public function getClientMock( $methods, $real = true  )
299
+	public function getClientMock( $methods, $real = true )
300 300
 	{
301 301
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Catalog\Standard::class )
302 302
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Service/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
 	}
305 305
 
306 306
 
307
-	public function getClientMock( $methods, $real = true  )
307
+	public function getClientMock( $methods, $real = true )
308 308
 	{
309 309
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Service\Standard::class )
310 310
 			->setConstructorArgs( array( $this->context, \TestHelperJqadm::getTemplatePaths() ) )
Please login to merge, or discard this patch.