New tests and new configuration for tests.

This commit is contained in:
James Cole
2015-01-01 12:33:07 +01:00
parent 8e892e7ea5
commit 584f7ced84
11 changed files with 118 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'default' => 'sqlite',
'connections' => [
'sqlite' => [
'driver' => 'sqlite',
'database' => ':memory:',
'prefix' => ''
]
]
];