getConfig() public method

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