Skip to content

Commit c2038f7

Browse files
committed
wip
1 parent 44e6fd2 commit c2038f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Framework/Commands/MetaViewComponentCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function test_show_meta_for_view_component(): void
2626
$this->console
2727
->call('meta:view-component x-view-component-with-named-slots')
2828
->assertSuccess()
29-
->assertSee('/Fixtures/Views/x-view-component-with-named-slots.view.php')
29+
->assertSee('x-view-component-with-named-slots.view.php')
3030
->assertSee('"name": "x-view-component-with-named-slots",')
3131
->assertSee(<<<'JSON'
3232
"variables": [

0 commit comments

Comments
 (0)