/**
  */
 public function testEndLine()
 {
     $this->assertEquals(0, $this->object->getEndLine());
     $this->object->setEndLine(3);
     $this->assertEquals(3, $this->object->getEndLine());
 }