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 ae9091b commit 5677966Copy full SHA for 5677966
packages/framework/tests/Unit/Views/SidebarItemsViewTest.php
@@ -20,7 +20,7 @@ class SidebarItemsViewTest extends TestCase
20
protected function testView(): TestView
21
{
22
return $this->test(view('hyde::components.docs.sidebar-items', [
23
- 'sidebar' => NavigationMenuGenerator::handle(DocumentationSidebar::class)
+ 'sidebar' => NavigationMenuGenerator::handle(DocumentationSidebar::class),
24
]));
25
}
26
0 commit comments