Experimental change: restoring the error handler to steps back in the stack to let PHPUnit take over when running tests

This commit is contained in:
José Lorenzo Rodríguez 2010-05-09 18:15:51 -04:30
parent 809550087c
commit 88d21fbea4

View file

@ -43,6 +43,8 @@ class CakeTestSuite extends PHPUnit_Framework_TestSuite {
*/
protected function setUp() {
parent::setUp();
restore_error_handler();
restore_error_handler();
if (!$this->_fixtureManager) {
return;
}