icingaweb2/test/php/library/Icinga/Application
Alexander Klimov 7ff51caed0 Remove leading backslashes from the targets of use statements
- use \Exception;
+ use Exception;
2014-08-27 15:51:49 +02:00
..
ConfigTest/files Rename test/php/library/Icinga/Application/Config to ConfigTest 2014-04-28 14:06:40 +02:00
ConfigTest.php Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
LoaderTest.php Do not expect a particular exception message 2014-06-30 13:33:17 +02:00