停用 CakePHPs 测试套件

发布于 2024-11-08 01:44:04 字数 227 浏览 1 评论 0原文

我遇到的问题是,每当我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆 2024-11-15 01:44:04

删除位于 webroot 文件夹中的 test.php 文件

Remove the test.php file that sit's in the webroot folder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文