@@ -53,7 +53,7 @@ |
||
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); |