当我运行“php TestRunner SiteTest.php”时它没有看到扩展类

发布于 2024-11-16 16:28:26 字数 228 浏览 0 评论 0原文

我尝试运行书中的一个示例:“Agile Web Application Development with Yii1.1 and PHP5”。命令行:“php TestRunner SiteTest.php”。文件“SiteTest.php”有一行:“class SiteTest extends WebTestCase”。它写道:“在 SiteTest.php 中找不到类‘WebTestCase’。可能有人读过这本书并知道为什么它不起作用。

I tried to run an example from the book:"Agile Web Application Development with Yii1.1 and PHP5". Command line:"php TestRunner SiteTest.php". File "SiteTest.php" has a line: "class SiteTest extends WebTestCase". It writes: "Class 'WebTestCase' not found in SiteTest.php. May be someone read this book and knows why it doesn't work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

赢得她心 2024-11-23 16:28:26

假设您正确引导框架,您唯一的问题应该是您应该扩展 CWebTestCase,而不是 WebTestCase。

http://www.yiiframework.com/doc/api/1.1/CWebTestCase

Assuming that you're bootstrapping the framework properly, your only issue should be that you should be extending CWebTestCase, not WebTestCase.

http://www.yiiframework.com/doc/api/1.1/CWebTestCase

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