diff --git a/test/php/library/Icinga/Application/LoaderTest.php b/test/php/library/Icinga/Application/ClassLoaderTest.php similarity index 98% rename from test/php/library/Icinga/Application/LoaderTest.php rename to test/php/library/Icinga/Application/ClassLoaderTest.php index ec62a5975..ebc3c7572 100644 --- a/test/php/library/Icinga/Application/LoaderTest.php +++ b/test/php/library/Icinga/Application/ClassLoaderTest.php @@ -6,7 +6,7 @@ namespace Tests\Icinga\Application; use Icinga\Test\BaseTestCase; use Icinga\Application\ClassLoader; -class LoaderTest extends BaseTestCase +class ClassLoaderTest extends BaseTestCase { private static $classFile = 'test/My/Library/TestStruct.php';