/**
  */
 public function testStartLine()
 {
     $this->assertEquals(0, $this->object->getStartLine());
     $this->object->setStartLine(3);
     $this->assertEquals(3, $this->object->getStartLine());
 }