Completed
Push — master ( eeff33...1702a2 )
by Kamil
41:57 queued 20:40
created
src/Sylius/Behat/spec/Context/Transform/ProductContextSpec.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
         $this->getProductByName('Mug')->shouldReturn($product);
46 46
     }
47 47
 
48
-    function it_throws_element_not_found_exception_if_product_has_not_been_found (
48
+    function it_throws_element_not_found_exception_if_product_has_not_been_found(
49 49
         RepositoryInterface $productRepository
50 50
     ) {
51 51
         $productRepository->findOneBy(['name' => 'T-Shirt'])->willReturn(null);
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
         $this->getProductVariantByNameAndProduct('Eagle Millenium Mug', 'Mug')->shouldReturn($productVariant);
66 66
     }
67 67
 
68
-    function it_throws_element_not_found_exception_if_product_variant_has_not_been_found (
68
+    function it_throws_element_not_found_exception_if_product_variant_has_not_been_found(
69 69
         RepositoryInterface $productRepository,
70 70
         RepositoryInterface $productVariantRepository,
71 71
         ProductInterface $product
Please login to merge, or discard this patch.