Gc\Mvc\ModuleTest::testGetAutoloaderConfig PHP Метод

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

Test
public testGetAutoloaderConfig ( ) : void
Результат void
    public function testGetAutoloaderConfig()
    {
        $this->assertInternalType('array', $this->object->getAutoloaderConfig());
    }