Still not working:
  Ubuntu 11.10 x86_64 Linux

Here's what I had to do: (same as above just don't run apt-get install -
didn't work for me)

sudo apt-get remove phpunit
sudo apt-get upgrade pear
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony-project.com
sudo pear channel-discover components.ez.no
sudo pear update-channels
sudo pear upgrade-all
sudo pear install --alldeps phpunit/PHPUnit

then test with:

phpunit --version

if you get the Sebastian Bergmann everything should work fine from
there.

followed this guys stuff
http://www.giocc.com/installing-phpunit-on-ubuntu-11-04-natty-narwhal.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701544

Title:
  phpunit requires PHP_CodeCoverage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpunit/+bug/701544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to