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
Check your bootstrap.php and disable fallback autoloader: Zend_Loader_Autoloader::getInstance()->setFallbackAutoloader(false);
Zend_Loader_Autoloader::getInstance()->setFallbackAutoloader(false);