mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed tests
This commit is contained in:
parent
e53ffc8d43
commit
fbeb959317
@ -24,6 +24,6 @@ class ConfigProviderTest extends TestCase
|
|||||||
$config = $this->configProvider->__invoke();
|
$config = $this->configProvider->__invoke();
|
||||||
|
|
||||||
$this->assertArrayHasKey('dependencies', $config);
|
$this->assertArrayHasKey('dependencies', $config);
|
||||||
$this->assertArrayHasKey('templates', $config);
|
$this->assertArrayHasKey('plates', $config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user