parent::tearDown();
}
+ /**
+ * Test the format returned by Google GeoCoding
+ * @group ornery
+ */
public function testStateProvinceFormat() {
$params = array('state_province_id' => 1022, 'country' => 'U.S.A');
$formatted = CRM_Utils_Geocode_Google::format($params);
$this->assertApproxEquals('-94.68', $params['geo_code_2'], 1);
}
+ /**
+ * Test Geoging Method off
+ * @group ornery
+ */
public function testGeocodeMethodOff() {
// Set a geocoding provider.
$result = civicrm_api3('Setting', 'create', array(
* The total number of contacts for whom messages should have
* been sent.
* @dataProvider concurrencyExamples
- * @group ornery
*/
public function testConcurrency($settings, $expectedTallies, $expectedTotal) {
$settings = array_merge($this->defaultSettings, $settings);