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 76624dd commit 653b6f8Copy full SHA for 653b6f8
tests/TestCase.php
@@ -22,7 +22,7 @@ public function getEnvironmentSetUp($app)
22
include_once __DIR__ . '/../database/migrations/create_actions_table.php.stub';
23
(new \CreateActionsTable)->up();
24
25
- include_once __DIR__.'/setup/migrations/create_test_tables.php.stub';
+ include_once __DIR__.'/Setup/migrations/create_test_tables.php.stub';
26
(new \CreateTestTables())->up();
27
}
28
0 commit comments