addTest(Zend_Controller_AllTests::suite()); /* * Perform the tests for Zend_Crypt component now. * * Currently there's a missing exception class; turning it off */ // $suite->addTest(Zend_Crypt_AllTests::suite()); /* * Perform the tests for Zend_Db component now. */ $suite->addTest(Zend_Db_AllTests::suite()); $suite->addTest(Zend_Feed_AllTests::suite()); /* * Perform the tests for Zend_Oauth component now. */ $suite->addTest(Zend_Oauth_AllTests::suite()); /* * Perform the tests for Zend_Service component now. */ $suite->addTest(Zend_Service_AllTests::suite()); return $suite; } } if (PHPUnit_MAIN_METHOD == 'Zend_AllTests::main') { Zend_AllTests::main(); }