Renamed services first level config key to dependencies

This commit is contained in:
Alejandro Celaya
2016-07-31 16:30:05 +02:00
parent ce00874dd1
commit a957f66ed0
11 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ class ConfigProviderTest extends TestCase
$config = $this->configProvider->__invoke();
$this->assertArrayHasKey('routes', $config);
$this->assertArrayHasKey('services', $config);
$this->assertArrayHasKey('dependencies', $config);
$this->assertArrayHasKey('templates', $config);
$this->assertArrayHasKey('translator', $config);
$this->assertArrayHasKey('zend-expressive', $config);