Merge pull request #2862 from pratik-joshi/CRM-13973-comment
[civicrm-core.git] / tests / phpunit / WebTest / Import / ContributionTest.php
index d8e6cd98039958a6dd1499098c3b2109b3ed644d..bffc4b06b5b300a1acb457af3cbf89729e4d480e 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -24,7 +24,6 @@
  +--------------------------------------------------------------------+
 */
 
-
 require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php';
 class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
 
@@ -84,7 +83,7 @@ class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
     $firstName2 = substr(sha1(rand()), 0, 7);
     $email2 = 'mail_' . substr(sha1(rand()), 0, 7) . '@example.com';
     $this->webtestAddContact($firstName2, 'Anderson', $email2);
-    
+
     $headers = array(
       'email' => 'Email',
       'fee_amount' => 'Fee Amount',