getAutoloaderConfig() public method

{@inheritDoc}
public getAutoloaderConfig ( )
コード例 #1
0
 public function testGetAutoloaderConfig()
 {
     $module = new Module();
     // just testing ZF specification requirements
     $this->assertInternalType('array', $module->getAutoloaderConfig());
 }