Skip to content

Commit bd0a1d9

Browse files
committed
chore: symfony dev tests
1 parent f251ed1 commit bd0a1d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Symfony/Routing/RouterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public function testMatchWithInvalidContext(): void
104104

105105
$mockedRouter = $this->prophesize(RouterInterface::class);
106106
$mockedRouter->getContext()->willReturn($context)->shouldBeCalled();
107+
$mockedRouter->match('28-01-2018 10:10')->willReturn([]);
107108

108109
$router = new Router($mockedRouter->reveal());
109110
$router->match('28-01-2018 10:10');

0 commit comments

Comments
 (0)