Completed
Push — master ( 4f2471...037351 )
by Beñat
02:53
created
SymfonyRoutingBridge/Infrastructure/Routing/SymfonyUserUrlGeneratorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     function it_generates(UrlGeneratorInterface $urlGenerator)
43 43
     {
44 44
         $urlGenerator->generate(
45
-            'bengor_user_user_homepage', [], UserUrlGenerator::ABSOLUTE_URL
45
+            'bengor_user_user_homepage', [ ], UserUrlGenerator::ABSOLUTE_URL
46 46
         )->shouldBeCalled()->willReturn('/');
47 47
 
48 48
         $this->generate('bengor_user_user_homepage')->shouldReturn('/');
Please login to merge, or discard this patch.