示例#1
0
文件: WizardTest.php 项目: ezrra/PHP
 public function testReturnsFilenameAndLineNumberAsStringWhenNotInCodeUnit()
 {
     $this->assertEquals('file.php:1', $this->wizard->lookup('file.php', 1));
 }