【发布时间】:2014-05-26 14:37:01
【问题描述】:
我的本地系统是带有 Yii 1.1.14 的 WAMP (win 8.1)。
我已经通过 pear 安装了 PHPUnit。(CMD: pear install phpunit/PHPUnit)
但是测试失败了。 有人可以给我一些提示吗?非常感谢。
以下是错误信息。
C:\wamp\www\trackstar\protected\tests>phpunit --version
PHPUnit 4.0.14 by Sebastian Bergmann.
C:\wamp\www\trackstar\protected\tests>phpunit unit/DbTest.php
PHP Warning: require_once(PHPUnit/Extensions/SeleniumTestCase.php): failed to o
pen stream: No such file or directory in C:\wamp\www\yii\framework\test\CWebTest
Case.php on line 12
【问题讨论】: