I have just installed phpunit using PEAR on our Ubuntu/Linux server ( Linux mccoy 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux )
when I
Seems like a version conflict / installation issue.
pear version
should produce 1.9.4.
. If not pear upgrade
and follow the commands until it does.
Then sudo pear install --force --alldeps phpunit/phpunit
to fix the installation.+
Your include path should include the "pear" dir. Use pear config-show
to find that.