コード例 #1
0
ファイル: PluginTest.php プロジェクト: pramoddas/elcodi
 /**
  * Test get configuration value.
  */
 public function testGetConfigurationValue()
 {
     $this->assertEquals('A Plugin', $this->plugin->getConfigurationValue('name'));
 }