Completed
Push — master ( 995a0c...169095 )
by Aimeos
02:56
created
admin/jqadm/tests/Admin/JQAdm/Attribute/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -189,6 +189,9 @@
 block discarded – undo
189 189
 	}
190 190
 
191 191
 
192
+	/**
193
+	 * @param string $method
194
+	 */
192 195
 	public function getClientMock( $method )
193 196
 	{
194 197
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Attribute\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Catalog/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\Catalog\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Dashboard/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
 	}
65 65
 
66 66
 
67
+	/**
68
+	 * @param string $method
69
+	 */
67 70
 	public function getClientMock( $method )
68 71
 	{
69 72
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Dashboard\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/StandardTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -245,6 +245,10 @@
 block discarded – undo
245 245
 	}
246 246
 
247 247
 
248
+	/**
249
+	 * @param string $langid
250
+	 * @param string $currid
251
+	 */
248 252
 	protected function getItem( $langid = null, $currid = null )
249 253
 	{
250 254
 		$manager = \Aimeos\MShop::create( $this->context, 'locale' );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Log/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 	}
75 75
 
76 76
 
77
+	/**
78
+	 * @param string $method
79
+	 */
77 80
 	public function getClientMock( $method )
78 81
 	{
79 82
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Log\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Product/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\Product\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Service/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -189,6 +189,9 @@
 block discarded – undo
189 189
 	}
190 190
 
191 191
 
192
+	/**
193
+	 * @param string $method
194
+	 */
192 195
 	public function getClientMock( $method )
193 196
 	{
194 197
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Service\Media\Standard::class )
Please login to merge, or discard this patch.
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.