public function testGetPluginId()
 {
     $info = $this->plugin->getPluginId();
     $this->assertEquals($info, 'plugin_sample');
 }