db cleanup/try phpunit with in-memory tests

This commit is contained in:
Nabeel Shahzad
2017-12-06 11:25:41 -06:00
parent 2f5b476afa
commit 3b53f884d1
2 changed files with 2 additions and 16 deletions

View File

@@ -39,21 +39,7 @@ return [
'prefix' => '',
],
'travis' => [
'driver' => 'mysql',
'host' => env('DB_HOST'),
'port' => env('DB_PORT'),
'database' => env('DB_DATABASE'),
'username' => env('DB_USERNAME'),
'password' => env('DB_PASSWORD'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => true,
'engine' => null,
],
'testing' => [
'memory' => [
'driver' => 'sqlite',
'database' => ':memory:',
'prefix' => '',