phpunit - CakePHP Test Suite Cache and mockobject autoload error -


my specifications:
cakephp 2.3
phpunit 3.6.10

when test app on console on cakephp unit testing, there error

 php fatal error:  call undefined function phpunit_mockobject_autoload() in /usr/share/pear/phpunit/util/globalstate.php on line 378 

when test app on cakephp test suite 2.3, test checks true when save testcase, when restart test, old error message testing. think it´s cache problem. because after saving testcase, test success. , yes have clean browser cache.

i think pear install broken, hope can me please.

it possible that, 2 problems have same issue?


Comments