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 cbae85b commit ba30faaCopy full SHA for ba30faa
packages/framework/tests/Unit/Views/NavigationLinkViewTest.php
@@ -45,7 +45,7 @@ protected function testView(?NavItem $item = null): TestView
45
46
protected function makeNavItemForPage(): NavItem
47
{
48
- return NavItem::forRoute((new Route(new InMemoryPage('foo'))), 'Foo');
+ return NavItem::forRoute(new Route(new InMemoryPage('foo')), 'Foo');
49
}
50
51
public function testComponentLinksToRouteDestination()
0 commit comments