Skip to content

Commit 653b6f8

Browse files
committed
stub path fix
1 parent 76624dd commit 653b6f8

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
@@ -22,7 +22,7 @@ public function getEnvironmentSetUp($app)
2222
include_once __DIR__ . '/../database/migrations/create_actions_table.php.stub';
2323
(new \CreateActionsTable)->up();
2424

25-
include_once __DIR__.'/setup/migrations/create_test_tables.php.stub';
25+
include_once __DIR__.'/Setup/migrations/create_test_tables.php.stub';
2626
(new \CreateTestTables())->up();
2727
}
2828
}

0 commit comments

Comments
 (0)