Skip to content

Commit 5ec94c7

Browse files
committed
Case-sensitive FS
1 parent 5cd1bec commit 5ec94c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function setUp(): void
2323
{
2424
parent::setUp();
2525

26-
View::addLocation(__DIR__.'/stubs');
26+
View::addLocation(__DIR__.'/Stubs');
2727

2828
Inertia::setRootView('welcome');
2929
config()->set('inertia.page.should_exist', false);

0 commit comments

Comments
 (0)