mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Fixed tests
This commit is contained in:
@@ -24,6 +24,6 @@ class ConfigProviderTest extends TestCase
|
||||
$config = $this->configProvider->__invoke();
|
||||
|
||||
$this->assertArrayHasKey('dependencies', $config);
|
||||
$this->assertArrayHasKey('templates', $config);
|
||||
$this->assertArrayHasKey('plates', $config);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user