Merge pull request #4979 from xurizaemon/codingstandards-12
[civicrm-core.git] / tests / phpunit / WebTest / Profile / ProfileCountryState.php
index c0093c71c691d485ce197ca325032aaf8a4d846b..ee35c8e0c4d2080a0dbd173fb1802300a28d653e 100644 (file)
@@ -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']");