getClass() public method

플러그인의 클래스명을 반환한다.
public getClass ( ) : string
return string
 /**
  * @depends testConstruct
  *
  * @param \Xpressengine\Plugin\PluginEntity $entity
  */
 public function testGetClass($entity)
 {
     $this->assertEquals('\\Xpressengine\\Tests\\Plugin\\Sample\\PluginSample', $entity->getClass());
 }