Skip to content

Commit c04ff65

Browse files
committed
Fix test case migration
1 parent 8e3b2dc commit c04ff65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/TestCase.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ public function getEnvironmentSetUp($app)
2828
{
2929
config()->set('database.default', 'testing');
3030

31-
/*
32-
$migration = include __DIR__.'/../database/migrations/create_laravel-request-logger_table.php.stub';
31+
$migration = include __DIR__.'/../database/migrations/create_request_logs_table.php.stub';
3332
$migration->up();
34-
*/
3533
}
3634
}

0 commit comments

Comments
 (0)