修正单元测试

This commit is contained in:
thinkphp
2016-03-15 22:27:16 +08:00
parent 14d692dfcd
commit a496cf3198
2 changed files with 3 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ class View
$template = str_replace('.', DS, CONTROLLER_NAME) . $depr . $template;
}
}
return realpath($path) . DS . $template . $this->config['view_suffix'];
return $path . $template . $this->config['view_suffix'];
}
/**