hasRight() public method

public hasRight ( )
 /**
  * @covers SplitEventTypeElement::hasRight
  */
 public function testHasRight()
 {
     $this->object->eye = $this->eye('eyeRight');
     $this->assertTrue($this->object->hasRight());
 }