Started working on a test suite

Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
James Brooks
2015-05-28 18:18:33 +01:00
committed by Graham Campbell
parent c2b69ff547
commit 7b3f6fee26
8 changed files with 229 additions and 55 deletions

View File

@@ -57,7 +57,7 @@ return [
'sqlite' => [
'driver' => 'sqlite',
'database' => storage_path().'/database.sqlite',
'database' => env('DB_HOST', storage_path().'/database.sqlite'),
'prefix' => '',
],