Example #1
0
 public function testGetSetLine()
 {
     $this->constant->setLine(4);
     $this->assertEquals(4, $this->constant->getLine());
 }