Ejemplo n.º 1
0
 /**
  * Test get configuration value.
  */
 public function testGetConfigurationValue()
 {
     $this->assertEquals('A Plugin', $this->plugin->getConfigurationValue('name'));
 }