コード例 #1
0
 function test_trailingSlashInFile()
 {
     $err = new ErrorObject("Campsite", "1.5", 2, "", "nonfile.php", 3, $this->vars->time, $this->vars->backtrace);
     $err->m_file .= "/";
     $err->getFileWithoutPath();
     $this->assertError();
 }