Include path problems installing PEAR/PHPUnit Include path problems installing PEAR/PHPUnit selenium selenium

Include path problems installing PEAR/PHPUnit


The error message states that PHPUnit is located in this pear directory:

/usr/local/pear/share/pear/PHPUnit

This should transform into this path to be added to the include_path setting:

/usr/local/pear/share/pear

You currently defined /usr/local/bin/PEAR, which looks weird. Especially since the install directions state that it should be /usr/local/PEAR, but this depends on how PEAR was actually installed.