Clean up test related code.

This commit is contained in:
James Cole
2023-02-04 17:43:54 +01:00
parent fd7ba9dd57
commit d58c230f00
4 changed files with 3 additions and 36 deletions

View File

@@ -80,11 +80,6 @@ return [
'database' => envNonEmpty('DB_DATABASE', storage_path('database/database.sqlite')),
'prefix' => '',
],
'sqlite_test' => [
'driver' => 'sqlite',
'database' => envNonEmpty('DB_DATABASE', storage_path('database/test_db.sqlite')),
'prefix' => '',
],
'mysql' => [
'driver' => 'mysql',
'host' => envNonEmpty('DB_HOST', $host),