将phpunit更新到版本3.6.3后,assertRedirectTo()失败

时间:2011-11-11 09:41:56

标签: zend-framework phpunit

在更新phpunit之前一切正常,函数assertRedirectTo()正常工作,但更新后显示此错误:

  

Zend_Test_PHPUnit_Constraint_Redirect::evaluate()声明应与PHPUnit_Framework_Constraint::evaluate()

的声明兼容

有人能解释究竟发生了什么吗?

1 个答案:

答案 0 :(得分:9)

是的,我两天前也遇到过这个问题。但是在不幸的Zend Framework 1.x上不会支持PHPunit 3.6或更高版本: - (

所以最好的是你回到3.5,这是Zend Framework支持的最新版本。

检查一下:

http://zendframework.com/issues/browse/ZF-11871

在这里你可以阅读他们将探索ZF2支持3.6: http://zend-framework-community.634137.n4.nabble.com/Running-the-zend-unit-tests-with-the-phpunit-3-6-PHP-CodeCoverage-Filter-getInstance-problem-td4023996.html