diff --git a/config/autoload/local.test.php b/config/autoload/local.test.php deleted file mode 100644 index 8f9543a..0000000 --- a/config/autoload/local.test.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'connection' => [ - 'orm_default' => [ - 'params' => [ - 'url' => 'sqlite3:///:memory:', - ], - ], - ], - ], -];