示例#1
0
 /**
  * testDeleteEmptyPlugin
  * @expectedException InvalidArgumentException
  */
 public function testDeleteEmptyPlugin()
 {
     $this->CroogoPlugin->delete(null);
 }