getConfig() public method

Get module configuration
public getConfig ( ) : array
return array
コード例 #1
0
ファイル: ModuleTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetConfig()
 {
     $this->assertInternalType('array', $this->object->getConfig());
 }