Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Nov 8, 2024
1 parent 39d9e3c commit 7b19750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/MVC/Symfony/SiteAccess/RouterURITextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function testReverseMatch()
'suffix' => 'bar',
]
);
$matcher->setRequest(new SimplifiedRequest('http', '', 80, 'pathinfo'));
$matcher->setRequest(new SimplifiedRequest('http', '', 80, $semanticURI));

$result = $matcher->reverseMatch('something');
self::assertInstanceOf(URIText::class, $result);
Expand Down

0 comments on commit 7b19750

Please sign in to comment.