Ejemplo n.º 1
0
 public function testReturnsFilenameAndLineNumberAsStringWhenNotInCodeUnit()
 {
     $this->assertEquals('file.php:1', $this->wizard->lookup('file.php', 1));
 }