@@ -189,6 +189,9 @@ |
||
| 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 ) |
@@ -188,6 +188,9 @@ |
||
| 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 ) |
@@ -64,6 +64,9 @@ |
||
| 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 ) |
@@ -245,6 +245,10 @@ |
||
| 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' ); |
@@ -74,6 +74,9 @@ |
||
| 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 ) |
@@ -188,6 +188,9 @@ |
||
| 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 ) |
@@ -189,6 +189,9 @@ |
||
| 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 ) |
@@ -188,6 +188,9 @@ |
||
| 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 ) |
@@ -239,6 +239,9 @@ |
||
| 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 ) |