INFRA-132 - tests/ - PHPStorm cleanup
[civicrm-core.git] / tests / phpunit / WebTest / Import / GroupTest.php
index 95978a8611d9fe721a4d9fb7052e1529f809d8ae..0bfba02b7b1f13c51d6fbc48350a24820158f0f8 100644 (file)
@@ -112,7 +112,7 @@ class WebTest_Import_GroupTest extends ImportCiviSeleniumTestCase {
 
     $rows = array(
       array(
-    'first_name' => substr(sha1(rand()), 0, 7),
+        'first_name' => substr(sha1(rand()), 0, 7),
         'middle_name' => substr(sha1(rand()), 0, 7),
         'last_name' => 'Anderson',
         'email' => substr(sha1(rand()), 0, 7) . '@example.com',
@@ -124,7 +124,7 @@ class WebTest_Import_GroupTest extends ImportCiviSeleniumTestCase {
         'country' => 'United States',
       ),
       array(
-    'first_name' => substr(sha1(rand()), 0, 7),
+        'first_name' => substr(sha1(rand()), 0, 7),
         'middle_name' => substr(sha1(rand()), 0, 7),
         'last_name' => 'Summerson',
         'email' => substr(sha1(rand()), 0, 7) . '@example.com',