PopTest\Loader\LoaderTest::testAutoloader PHP Метод

testAutoloader() публичный Метод

public testAutoloader ( )
    public function testAutoloader()
    {
        $a = new Autoloader();
        $a->splAutoloadRegister();
        $this->assertInstanceOf('Pop\\Loader\\Autoloader', $a);
        $this->assertInstanceOf('Pop\\Loader\\Autoloader', Autoloader::factory());
    }