停用 CakePHPs 测试套件
我遇到的问题是,每当我尝试使用 CakePHP 访问 ww.domain.com/test 时,CakePHP 的测试套件都会加载。
但我不需要它,那么有没有办法停用这条路线呢?我在 core.php 和 paths.php 中找不到任何内容。
当 debug 设置为 2 时,它会加载它以从许多选项中进行选择来测试我的应用程序。如果 debug 设置为 0,它只是表示“由于调试设置,无法加载此 URL”。
I've got the problem that whenever I try to reach ww.domain.com/test with CakePHP the Test Suite of CakePHP wants to load.
But I don't need it, so is there a way to deactivate this route? I couldn't find anything within core.php and routes.php.
When debug is set to 2, it loads it to choose from many options to test my application. If debug is set to 0 it just says that "this URL cannot be loaded because of the debug settings".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除位于 webroot 文件夹中的 test.php 文件
Remove the test.php file that sit's in the webroot folder