public function testGetName()
 {
     $type = new ElFinderType();
     $this->assertEquals('elfinder', $type->getName());
 }