Completed
Push — master ( 06a6c1...f03436 )
by Aimeos
03:56
created
admin/jqadm/tests/Admin/JQAdm/Locale/Currency/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -280,6 +280,9 @@
 block discarded – undo
280 280
 	}
281 281
 
282 282
 
283
+	/**
284
+	 * @param string $method
285
+	 */
283 286
 	public function getClientMock( $method )
284 287
 	{
285 288
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Locale\Currency\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/Language/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -280,6 +280,9 @@
 block discarded – undo
280 280
 	}
281 281
 
282 282
 
283
+	/**
284
+	 * @param string $method
285
+	 */
283 286
 	public function getClientMock( $method )
284 287
 	{
285 288
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Locale\Language\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/Site/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -294,6 +294,9 @@
 block discarded – undo
294 294
 	}
295 295
 
296 296
 
297
+	/**
298
+	 * @param string $method
299
+	 */
297 300
 	public function getClientMock( $method )
298 301
 	{
299 302
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Locale\Site\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/StandardTest.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -281,6 +281,9 @@  discard block
 block discarded – undo
281 281
 	}
282 282
 
283 283
 
284
+	/**
285
+	 * @param string $method
286
+	 */
284 287
 	public function getClientMock( $method )
285 288
 	{
286 289
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Locale\Standard' )
@@ -313,6 +316,10 @@  discard block
 block discarded – undo
313 316
 	}
314 317
 
315 318
 
319
+	/**
320
+	 * @param string $langid
321
+	 * @param string $currid
322
+	 */
316 323
 	protected function getItem( $langid = null, $currid = null )
317 324
 	{
318 325
 		$manager = \Aimeos\MShop\Factory::createManager( $this->context, 'locale' );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Plugin/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -295,6 +295,9 @@
 block discarded – undo
295 295
 	}
296 296
 
297 297
 
298
+	/**
299
+	 * @param string $method
300
+	 */
298 301
 	public function getClientMock( $method )
299 302
 	{
300 303
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Plugin\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Product/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -329,6 +329,9 @@
 block discarded – undo
329 329
 	}
330 330
 
331 331
 
332
+	/**
333
+	 * @param string $method
334
+	 */
332 335
 	public function getClientMock( $method )
333 336
 	{
334 337
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Product\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Service/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -313,6 +313,9 @@
 block discarded – undo
313 313
 	}
314 314
 
315 315
 
316
+	/**
317
+	 * @param string $method
318
+	 */
316 319
 	public function getClientMock( $method )
317 320
 	{
318 321
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Service\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Supplier/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $method
296
+	 */
294 297
 	public function getClientMock( $method )
295 298
 	{
296 299
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Supplier\Standard' )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Subscription/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -286,6 +286,9 @@
 block discarded – undo
286 286
 	}
287 287
 
288 288
 
289
+	/**
290
+	 * @param string $method
291
+	 */
289 292
 	public function getClientMock( $method )
290 293
 	{
291 294
 		$object = $this->getMockBuilder( '\Aimeos\Admin\JQAdm\Subscription\Standard' )
Please login to merge, or discard this patch.