mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Rename test/php/library/Icinga/Application/Config to ConfigTest
refs 6011
This commit is contained in:
parent
87863d3212
commit
f20d459000
@ -16,7 +16,7 @@ class ConfigTest extends BaseTestCase
|
|||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
$this->configDir = IcingaConfig::$configDir;
|
$this->configDir = IcingaConfig::$configDir;
|
||||||
IcingaConfig::$configDir = dirname(__FILE__) . '/Config/files';
|
IcingaConfig::$configDir = dirname(__FILE__) . '/ConfigTest/files';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user