Created new entity_manager configuration, dropping old database first level config key

This commit is contained in:
Alejandro Celaya
2016-08-06 12:40:31 +02:00
parent 7b1b00901a
commit 270dbc6028
5 changed files with 42 additions and 21 deletions

View File

@@ -26,8 +26,10 @@ class EntityManagerFactoryTest extends TestCase
$sm = new ServiceManager(['services' => [
'config' => [
'debug' => true,
'database' => [
'driver' => 'pdo_sqlite',
'entity_manager' => [
'connection' => [
'driver' => 'pdo_sqlite',
],
],
],
]]);