Skip to content

Commit d8e3f8a

Browse files
committed
Change to include
1 parent b5f2c17 commit d8e3f8a

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
@@ -30,7 +30,7 @@ public function getEnvironmentSetUp($app)
3030

3131
/*
3232
foreach (\Illuminate\Support\Facades\File::allFiles(__DIR__ . '/database/migrations') as $migration) {
33-
(require $migration->getRealPath())->up();
33+
(include $migration->getRealPath())->up();
3434
}
3535
*/
3636
}

0 commit comments

Comments
 (0)