Simon Walter wrote: > > PHPunit 3.4 works. I had to update PEAR via PEAR - not apt. PHPunit > requires PEAR installer >= 1.8.1. Then install PHPunit via PEAR. > Sorry I'm late on this one. It seems that the sweet spot for ZF 1.x + PHP 5.3 is PHPUnit 3.4.15 (at least for my most recent projects).
I'm listing the install routine I go through here for reference in case anyone else needs it: Linux/Mac sudo `which pear` channel-discover pear.phpunit.de sudo `which pear` channel-discover components.ez.no sudo `which pear` channel-discover pear.symfony-project.com sudo `which pear` install --alldeps phpunit/PHPUnit-3.4.15 Windows pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com pear install phpunit/PHPUnit-3.4.15 ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html DO NOT TOP-POST and DO trim your replies: http://linux.sgms-centre.com/misc/netiquette.php#toppost -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/help-with-debugging-a-possible-path-env-setting-issue-PHPunit-tp3242364p3245737.html Sent from the Zend Framework mailing list archive at Nabble.com.
