REF Update CiviCRM default PEAR Error handling to be exception rather than just PEAR_...
[civicrm-core.git] / tests / phpunit / CiviTest / CiviUnitTestCase.php
index 54fb3746d96846512d6a5e701b6c01dc272b20c7..40e5577ee9b2ea1aeef7534f0f11a91292afa068 100644 (file)
@@ -323,8 +323,6 @@ class CiviUnitTestCase extends PHPUnit\Framework\TestCase {
 
     $this->_apiversion = 3;
 
-    // REVERT
-    $this->errorScope = CRM_Core_TemporaryErrorScope::useException();
     //  Use a temporary file for STDIN
     $GLOBALS['stdin'] = tmpfile();
     if ($GLOBALS['stdin'] === FALSE) {