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

@@ -25,7 +25,7 @@ class ConfigProviderTest extends TestCase
$this->assertArrayHasKey('error_handler', $config);
$this->assertArrayHasKey('middleware_pipeline', $config);
$this->assertArrayHasKey('services', $config);
$this->assertArrayHasKey('dependencies', $config);
$this->assertArrayHasKey('twig', $config);
}
}