@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $this->getProductVariantByNameAndProduct('Eagle Millenium Mug', 'Mug')->shouldReturn($productVariant); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | - function it_throws_element_not_found_exception_if_product_variant_has_not_been_found ( |
|
| 52 | + function it_throws_element_not_found_exception_if_product_variant_has_not_been_found( |
|
| 53 | 53 | ProductRepositoryInterface $productRepository, |
| 54 | 54 | ProductVariantRepositoryInterface $productVariantRepository, |
| 55 | 55 | ProductInterface $product |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $this->getProductByName('Mug')->shouldReturn($product); |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | - function it_throws_element_not_found_exception_if_product_has_not_been_found ( |
|
| 47 | + function it_throws_element_not_found_exception_if_product_has_not_been_found( |
|
| 48 | 48 | ProductRepositoryInterface $productRepository |
| 49 | 49 | ) { |
| 50 | 50 | $productRepository->findOneByName('T-Shirt')->willReturn(null); |