예제 #1
0
파일: WizardTest.php 프로젝트: ezrra/PHP
 public function testReturnsFilenameAndLineNumberAsStringWhenNotInCodeUnit()
 {
     $this->assertEquals('file.php:1', $this->wizard->lookup('file.php', 1));
 }