我已经使用PEAR全局安装了phpunit。你能告诉我如何找到phpunit的'bin'位置在我的xubuntu机器上的位置。请告知是否无法在全局phpunit安装中使用grunt-phpunit。
phpunit:
classes:
dir: 'app/tests'
options:
bin: 'vendor/bin/phpunit'
configuration: 'phpunit.xml'
verbose: true