AssetManagerTest\ModuleTest::testGetConfig PHP 메소드

testGetConfig() 공개 메소드

public testGetConfig ( )
    public function testGetConfig()
    {
        $module = new Module();
        // just testing ZF specification requirements
        $this->assertInternalType('array', $module->getConfig());
    }