hasLeft() public method

public hasLeft ( )
 /**
  * @covers SplitEventTypeElement::hasLeft
  */
 public function testHasLeft()
 {
     $this->object->eye = $this->eye('eyeLeft');
     $this->assertTrue($this->object->hasLeft());
 }