getType() public method

public getType ( )
 public function testType()
 {
     $option = new BooleanOption();
     $this->assertEquals(BooleanOption::TYPE_BOOLEAN, $option->getType());
 }