From 5ecde41ba3b2343559c94a05ec82351d602f0313 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 18 Aug 2015 09:31:26 +0200 Subject: [PATCH] Rename LoaderTest to ClassLoaderTest refs #5786 --- .../Icinga/Application/{LoaderTest.php => ClassLoaderTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/php/library/Icinga/Application/{LoaderTest.php => ClassLoaderTest.php} (98%) 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';