Skip to content

Commit

Permalink
Experimental change: restoring the error handler to steps back in the…
Browse files Browse the repository at this point in the history
… stack to let PHPUnit take over when running tests
  • Loading branch information
lorenzo committed May 9, 2010
1 parent 8095500 commit 88d21fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/tests/lib/cake_test_suite.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public function setFixtureManager(CakeFixtureManager $manager) {
*/
protected function setUp() {
parent::setUp();
restore_error_handler();
restore_error_handler();
if (!$this->_fixtureManager) {
return;
}
Expand Down

0 comments on commit 88d21fb

Please sign in to comment.