@@ -280,6 +280,9 @@ |
||
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' ) |
@@ -280,6 +280,9 @@ |
||
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' ) |
@@ -294,6 +294,9 @@ |
||
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' ) |
@@ -281,6 +281,9 @@ discard block |
||
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 |
||
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' ); |
@@ -295,6 +295,9 @@ |
||
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' ) |
@@ -329,6 +329,9 @@ |
||
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' ) |
@@ -313,6 +313,9 @@ |
||
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' ) |
@@ -291,6 +291,9 @@ |
||
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' ) |
@@ -286,6 +286,9 @@ |
||
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' ) |