Looks way better now: grobmeier@ceres:~$ less grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator.php InvocationMocker.php Matcher.php Stub/ Builder/ Invocation/ Invokable.php MockBuilder.php Stub.php Generator/ Invocation.php Matcher/ MockObject.php Verifiable.php
For the record, I needed to uninstall PHP_Unit/Selenium first Do you have a commit left to try out? :-) On Mon, Nov 21, 2011 at 3:12 PM, Ivan Habunek <[email protected]> wrote: > On 21 November 2011 14:57, Christian Grobmeier <[email protected]> wrote: >> Can one reinstall a package with pear? > > After some trial and error. First uninstall all, this is the correct order: > pear uninstall phpunit/PHPUnit > pear uninstall phpunit/PHP_CodeCoverage > pear uninstall phpunit/PHP_Timer > pear uninstall phpunit/PHP_TokenStream > pear uninstall phpunit/PHPUnit_MockObject > pear uninstall phpunit/Text_Template > pear uninstall phpunit/File_Iterator > > Then clear cache and reinstall: > pear clear-cache > pear install pear.phpunit.de/PHPUnit > > Give it a shot. Worked on my machine. > > Regards, > Ivan -- http://www.grobmeier.de https://www.timeandbill.de
