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
1 changed files with 1 additions and 1 deletions

View File

@ -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';