Skip to content

Commit

Permalink
Merge pull request #13856 from eileenmcnaughton/test
Browse files Browse the repository at this point in the history
Test fix
  • Loading branch information
eileenmcnaughton authored Mar 19, 2019
2 parents 0028b23 + 88a9044 commit 1985e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ protected function setUp() {
//flush component settings
CRM_Core_Component::getEnabledComponents(TRUE);

$_REQUEST = $_GET = $_POST = [];
error_reporting(E_ALL);

$this->_sethtmlGlobals();
Expand Down

0 comments on commit 1985e35

Please sign in to comment.