Completed
Push — master ( 584ffd...0607c4 )
by Aimeos
02:55
created
admin/jqadm/tests/Admin/JQAdm/Type/Attribute/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Attribute\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Catalog/Lists/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -243,6 +243,9 @@
 block discarded – undo
243 243
 	}
244 244
 
245 245
 
246
+	/**
247
+	 * @param string[] $methods
248
+	 */
246 249
 	public function getClientMock( $methods, $real = true )
247 250
 	{
248 251
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Catalog\Lists\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Customer/Lists/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Customer\Lists\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Customer/Property/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Customer\Property\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Media/Lists/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Media\Lists\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Media/Property/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Media\Property\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Plugin/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Plugin\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Price/Lists/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
 	}
240 240
 
241 241
 
242
+	/**
243
+	 * @param string[] $methods
244
+	 */
242 245
 	public function getClientMock( $methods, $real = true )
243 246
 	{
244 247
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Price\Lists\Standard::class )
Please login to merge, or discard this patch.