X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FProfile%2FProfileCountryState.php;h=ee35c8e0c4d2080a0dbd173fb1802300a28d653e;hb=68383a402e0b8365c7c50e5304f746a2a9bfb5a7;hp=c0093c71c691d485ce197ca325032aaf8a4d846b;hpb=bf392b2f69ca864414f7a610c5010c73a25babb7;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Profile/ProfileCountryState.php b/tests/phpunit/WebTest/Profile/ProfileCountryState.php index c0093c71c6..ee35c8e0c4 100644 --- a/tests/phpunit/WebTest/Profile/ProfileCountryState.php +++ b/tests/phpunit/WebTest/Profile/ProfileCountryState.php @@ -59,7 +59,11 @@ class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase { $gid = $this->urlArg('gid'); //Add Country field to profile - $this->openCiviPage('admin/uf/group/field/add', array('action' => 'add', 'reset' => 1, 'gid' => $gid), 'field_name[0]'); + $this->openCiviPage('admin/uf/group/field/add', array( + 'action' => 'add', + 'reset' => 1, + 'gid' => $gid, + ), 'field_name[0]'); $this->click('field_name[0]'); $this->select('field_name[0]', 'value=Contact'); $this->click("//option[@value='Contact']");