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();
|
||||
$this->configDir = IcingaConfig::$configDir;
|
||||
IcingaConfig::$configDir = dirname(__FILE__) . '/Config/files';
|
||||
IcingaConfig::$configDir = dirname(__FILE__) . '/ConfigTest/files';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue