Completed
Push — master ( 995a0c...169095 )
by Aimeos
02:56
created
admin/jqadm/tests/Admin/JQAdm/Supplier/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -188,6 +188,9 @@
 block discarded – undo
188 188
 	}
189 189
 
190 190
 
191
+	/**
192
+	 * @param string $method
193
+	 */
191 194
 	public function getClientMock( $method )
192 195
 	{
193 196
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Supplier\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Attribute/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\Attribute\Lists\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Type/Attribute/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\Attribute\Property\Standard::class )
Please login to merge, or discard this patch.
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.