getConfig() public method

Get module configuration
public getConfig ( ) : array
return array
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetConfig()
 {
     $this->assertInternalType('array', $this->object->getConfig());
 }