getLine() public method

public getLine ( ) : integer
return integer
Ejemplo n.º 1
0
 public function testGetLine()
 {
     $this->assertEquals(14, $this->debugError->getLine());
 }