Updated to expressive 2 and used new error handling system

This commit is contained in:
Alejandro Celaya
2017-03-24 21:10:25 +01:00
parent 0e2a289f9f
commit f6c39285c9
8 changed files with 44 additions and 54 deletions

View File

@@ -23,7 +23,6 @@ class ConfigProviderTest extends TestCase
{
$config = $this->configProvider->__invoke();
$this->assertArrayHasKey('middleware_pipeline', $config);
$this->assertArrayHasKey('dependencies', $config);
$this->assertArrayHasKey('twig', $config);
}