Phing can't see PHPUnit

前端 未结 4 1816
遥遥无期
遥遥无期 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条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-22 17:01

    Here is a guy with exactly the same problem: How do I tell Phing where PHPUnit is installed?

    His theory is that:

    PHP version on this machine could be too old and not be able to handle PHAR archives

    I can't comment if he is right or not, but that question received no replies from anyone other than the author

提交回复
热议问题