Fixed tests

This commit is contained in:
Alejandro Celaya 2017-10-12 10:03:43 +02:00
parent e53ffc8d43
commit fbeb959317

View file

@ -24,6 +24,6 @@ class ConfigProviderTest extends TestCase
$config = $this->configProvider->__invoke();
$this->assertArrayHasKey('dependencies', $config);
$this->assertArrayHasKey('templates', $config);
$this->assertArrayHasKey('plates', $config);
}
}