Zend - cannot find PHPUnit/framework.php

前端 未结 3 2059
野的像风
野的像风 2021-01-25 18:08

I am running OSX Lion with an installation of XAMPP. Setting up PEAR with XAMPP has proven to be difficult, but I got it work and installed PHPUnit. When I look in the XAMPP p

3条回答
  •  天命终不由人
    2021-01-25 18:54

    Zend Framework requires you to run PHPUnit 3.5.x and I assume you have installed PHPUnit 3.6.x from pear.

    Check out the guide on how to downgrade-phpunit-3-6-to-3-5-15 to fix your issue when running the ZF1 tests

提交回复
热议问题