Skip to content

Commit

Permalink
chore: symfony dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 18, 2024
1 parent f251ed1 commit bd0a1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Symfony/Routing/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function testMatchWithInvalidContext(): void

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

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

0 comments on commit bd0a1d9

Please sign in to comment.