Merge pull request #4882 from colemanw/CRM-15789
[civicrm-core.git] / tests / phpunit / WebTest / Contact / EditContactTest.php
index f4d9453cb855f162527c0c895a118a74a589f7ae..b39909663d330f2cddd96d8f7e6d1d4b8f71ba35 100644 (file)
@@ -42,8 +42,8 @@ class WebTest_Contact_EditContactTest extends CiviSeleniumTestCase {
     $firstName = 'WebTest' . substr(sha1(rand()), 0, 7);
     $lastName  = 'ContactEdit' . substr(sha1(rand()), 0, 7);
     $this->openCiviPage("contact/add", "reset=1&ct=Individual");
-    $this->type("first_name",$firstName);
-    $this->type("last_name",$lastName);
+    $this->type("first_name", $firstName);
+    $this->type("last_name", $lastName);
 
     //fill in phone  1
     $this->type("phone_1_phone", "111113333");
@@ -91,7 +91,7 @@ class WebTest_Contact_EditContactTest extends CiviSeleniumTestCase {
     $this->type("phone_2_phone_ext", "111");
     $this->select('phone_2_location_type_id', 'value=3');
 
-     //Edit in phone  3
+    //Edit in phone  3
     $this->type("phone_3_phone", "777777699");
     $this->type("phone_3_phone_ext", "197");
     $this->select('phone_3_location_type_id', 'value=1');