0

how can I handle this?

I check the dir /usr/share/pear/PHPUnit, there seems no execute file in it, only have some php file

although I add "/usr/share/pear/PHPUnit" to php.ini ,include_path, still no help

Tingting
  • 157
  • 1
  • 8

1 Answers1

0

Add the PEAR bin path to your $PATH variable. You can find it with

$ pear config-get bin_dir
cweiske
  • 30,033
  • 14
  • 133
  • 194