We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f251ed1 commit bd0a1d9Copy full SHA for bd0a1d9
tests/Symfony/Routing/RouterTest.php
@@ -104,6 +104,7 @@ public function testMatchWithInvalidContext(): void
104
105
$mockedRouter = $this->prophesize(RouterInterface::class);
106
$mockedRouter->getContext()->willReturn($context)->shouldBeCalled();
107
+ $mockedRouter->match('28-01-2018 10:10')->willReturn([]);
108
109
$router = new Router($mockedRouter->reveal());
110
$router->match('28-01-2018 10:10');
0 commit comments