add autogenerated comment blocks to tests dir
[civicrm-core.git] / tests / phpunit / WebTest / Profile / ProfileCountryState.php
index 20d6def39c43777a8c7b7f4997242b8a67f01d5b..cd2fbf5bc7f8fa98cf7738c3a9762ad4db99effb 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 */
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Profile_ProfileCountryState
+ */
 class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase {
 
   protected function setUp() {
@@ -32,7 +36,7 @@ class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase {
   }
 
   function testStateCountry() {
-    $this->webtestLogin();    
+    $this->webtestLogin();
     $config = CRM_Core_Config::singleton();
     // Add new profile.
     $this->openCiviPage('admin/uf/group', 'reset=1');
@@ -46,7 +50,7 @@ class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase {
     //click on save
     $this->click('_qf_Group_next');
     $this->waitForPageToLoad($this->getTimeoutMsec());
-    
+
 
     //check for  profile create
     $this->waitForText('crm-notification-container', "Profile '{$profileTitle}' has been added. You can add fields to this profile now.");
@@ -99,7 +103,7 @@ class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase {
         $this->click("_qf_Localization_next-bottom");
         $this->waitForPageToLoad($this->getTimeoutMsec());
         $this->waitForText('crm-notification-container', "Saved");
-      } 
+      }
       $this->openCiviPage("profile/create", "gid=$gid&reset=1", NULL);
 
       $this->waitForElementPresent("xpath=//form[@id='Edit']/div[2]/div/div/div[2]/select");
@@ -143,4 +147,4 @@ class WebTest_Profile_ProfileCountryState extends CiviSeleniumTestCase {
       }
     }
   }
-}
\ No newline at end of file
+}