尝试使用单元测试时,我们尝试插入的数据是否实际插入。
$ phpunit Sebastian Bergmann的PHPUnit 3.7.21。
从C:\ xampp \ htdocs \ health360 \ module \ Album \ test \ phpunit.xml读取配置
←[41; 37mF←[0米.........
时间:0秒,内存:8.75Mb
有1次失败:
1)AlbumTest \ Controller \ AlbumControllerTest :: testIndexActionCanBeAccessed 声明响应代码失败" 302",实际状态代码为" 200"
C:\ XAMPP \ htdocs中\ health360 \厂商\ zendframework \ zendframework \库\ Zend的\测试\ P HPUnit \控制器\ AbstractControllerTestCase.php:418 C:\ XAMPP \ htdocs中\ health360 \模块\相册\测试\ AlbumTest \控制器\ AlbumController test.php的:73
我正在关注官方的zend框架文档
http://framework.zend.com/manual/2.2/en/tutorials/unittesting.html
可能是什么问题