fix version in header
[civicrm-core.git] / tests / phpunit / WebTest / Import / ContactTest.php
index 3ff6a893ea309ad9a0871b2a86dd2f060c8d6eee..795b61a03a8964c060167255561070c7f20aa944 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 */
 
 require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Import_ContactTest
+ */
 class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase {
 
   protected function setUp() {
@@ -283,6 +287,9 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase {
   /*
    *  Helper function to provide data for contact import for Individuals.
    */
+  /**
+   * @return array
+   */
   function _individualCSVData() {
     $headers = array(
       'first_name' => 'First Name',
@@ -328,6 +335,9 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase {
   /*
    *  Helper function to provide data for contact import for Organizations.
    */
+  /**
+   * @return array
+   */
   function _organizationCSVData() {
     $headers = array(
       'organization_name' => 'Organization Name',
@@ -367,6 +377,9 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase {
   /*
    *  Helper function to provide data for contact import for Household.
    */
+  /**
+   * @return array
+   */
   function _householdCSVData() {
     $headers = array(
       'household_name' => 'Household Name',