Completed
Push — master ( 4f4b30...79d213 )
by Kamil
49:20 queued 33s
created
src/Sylius/Behat/spec/Context/Setup/PaymentContextSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         $this->getPaymentMethodByName('Offline')->shouldReturn($paymentMethod);
54 54
     }
55 55
 
56
-    function it_throws_element_not_found_exception_if_payment_method_has_not_been_found (
56
+    function it_throws_element_not_found_exception_if_payment_method_has_not_been_found(
57 57
         RepositoryInterface $paymentMethodRepository
58 58
     ) {
59 59
         $paymentMethodRepository->findOneBy(['name' => 'Free'])->willReturn(null);
Please login to merge, or discard this patch.