Eileen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350108 )

Change subject: Minor tweak to prevent e-notice during test.
......................................................................

Minor tweak to prevent e-notice during test.

An edge case regression in latest Civi is causing this to need to be set to 
prevent an enotice.

On live this is not relevant

Change-Id: I24123246d02aa412a794a62f3092faccb77ad1c0
---
M sites/all/modules/offline2civicrm/tests/BenevityTest.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/08/350108/1

diff --git a/sites/all/modules/offline2civicrm/tests/BenevityTest.php 
b/sites/all/modules/offline2civicrm/tests/BenevityTest.php
index 718d7fb..faec0ce 100644
--- a/sites/all/modules/offline2civicrm/tests/BenevityTest.php
+++ b/sites/all/modules/offline2civicrm/tests/BenevityTest.php
@@ -33,6 +33,7 @@
     \Civi::$statics = array();
     $countries = $this->callAPISuccess('Country', 'get', array());
     $this->callAPISuccess('Setting', 'create', array('countryLimit' => 
array_keys($countries['values'])));
+    $this->callAPISuccess('Setting', 'create', array('provinceLimit' => 
array()));
 
   }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/350108
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24123246d02aa412a794a62f3092faccb77ad1c0
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Eileen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to