INFRA-132 - Remove extra spaces around '.'
[civicrm-core.git] / tests / phpunit / WebTest / Event / TellAFriendTest.php
index 5ba8143da8442103eda2237ef19b307e597a74dc..eb5661f93a769e57b5ae4f42cdc3a6fd6f5736fd 100644 (file)
@@ -75,7 +75,7 @@ class WebTest_Event_TellAFriendTest extends CiviSeleniumTestCase {
     $this->open($registerUrl);
     $this->waitForElementPresent('_qf_Register_upload-bottom');
 
-    $firstName = 'Jane'  . substr(sha1(rand()), 0, 7);
+    $firstName = 'Jane' . substr(sha1(rand()), 0, 7);
     $lastName = 'Doe' . substr(sha1(rand()), 0, 7);
     $this->type('first_name', "$firstName");
     $this->type('last_name', "$lastName");