Completed
Push — master ( b70f30...259e2d )
by Kamil
32:06
created
src/Sylius/Behat/spec/Context/Transform/ProductVariantContextSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Transform/ProductContextSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.