php - PHPUnit does not work after upgrade to 4.0.4 -


this morning updated phpunit version 3.7.x 4.0.x.

i run phpunit bootstrap contains

require('phpunit/framework/assert/functions.php'); 

since update, when try run phpunit tests, fails because of following error:

fatal error: require(): failed opening required 'phpunit/framework/assert/functions.php' (include_path='.:/usr/local/lib/php/:/usr/local/share/pear/') on line 6 

what can resolve this?

that file changed location. in src/framework/assert/functions.php.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -