I have installed PHPUnit by the PHPUnit Manual, Chapter 3. Installing PHPUnit,
pear channel-discover pear.phpunit.de
pear channel-discover components.ez.no
pear channel-discover pear.symfony-project.com
pear install phpunit/PHPUnit
Now my PHPUnit folder looks like:
> pwd
/usr/share/php/PHPUnit
> ll
drwxr-xr-x 4 root root 4096 2011-05-19 15:12 ./
drwxr-xr-x 19 root root 4096 2011-05-19 15:13 ../
drwxr-xr-x 5 root root 4096 2011-05-19 15:13 Extensions/
drwxr-xr-x 3 root root 4096 2011-05-19 15:12 Framework/
As you can see, no executables. Command phpunit
does not exist.
OS: Ubuntu 11.04.
How can it be fixed?