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 44e6fd2 commit c2038f7Copy full SHA for c2038f7
tests/Integration/Framework/Commands/MetaViewComponentCommandTest.php
@@ -26,7 +26,7 @@ public function test_show_meta_for_view_component(): void
26
$this->console
27
->call('meta:view-component x-view-component-with-named-slots')
28
->assertSuccess()
29
- ->assertSee('/Fixtures/Views/x-view-component-with-named-slots.view.php')
+ ->assertSee('x-view-component-with-named-slots.view.php')
30
->assertSee('"name": "x-view-component-with-named-slots",')
31
->assertSee(<<<'JSON'
32
"variables": [
0 commit comments