mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
ConfigTest: Always load test config from disk
This commit is contained in:
parent
d0b2ed177c
commit
e572652f4c
@ -245,7 +245,7 @@ class ConfigTest extends BaseTestCase
|
|||||||
*/
|
*/
|
||||||
public function testWhetherItIsPossibleToRetrieveApplicationConfiguration()
|
public function testWhetherItIsPossibleToRetrieveApplicationConfiguration()
|
||||||
{
|
{
|
||||||
$config = Config::app();
|
$config = Config::app('config', true);
|
||||||
|
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user