Zend - cannot find PHPUnit/framework.php

前端 未结 3 2020
野的像风
野的像风 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:38

    Check your bootstrap.php and disable fallback autoloader: Zend_Loader_Autoloader::getInstance()->setFallbackAutoloader(false);

提交回复
热议问题