Rename LoaderTest to ClassLoaderTest

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-18 09:31:26 +02:00
parent ac99e54f17
commit 5ecde41ba3

View File

@ -6,7 +6,7 @@ namespace Tests\Icinga\Application;
use Icinga\Test\BaseTestCase; use Icinga\Test\BaseTestCase;
use Icinga\Application\ClassLoader; use Icinga\Application\ClassLoader;
class LoaderTest extends BaseTestCase class ClassLoaderTest extends BaseTestCase
{ {
private static $classFile = 'test/My/Library/TestStruct.php'; private static $classFile = 'test/My/Library/TestStruct.php';