Before updating phpunit, everything was fine, the assertRedirectTo() function worked as it should, but after the update, it shows this error:
The Zend_Test_PHPUnit_Constraint_Redirect::evaluate() declaration must be compatible with the PHPUnit_Framework_Constraint::evaluate()
Can anyone explain what exactly happened?
source share