Phing can't see PHPUnit

前端 未结 4 1846
遥遥无期
遥遥无期 2021-01-22 16:43

I\'m trying to setup a new Continuous Integration server that utilizes Phing and PHPUnit for automatically running test cases.

I\'ve installed Phing with Pear:



        
4条回答
  •  Happy的楠姐
    2021-01-22 16:57

    Maybe a silly remark, but do you have /usr/local/bin/phpunit in your PHP include path?

    I get the same error when I remove the location of phpunit.phar from my include path.

提交回复
热议问题