Fixed webtest of export and testAdvanceSearch of Contact_AdavanceSearchTest
[civicrm-core.git] / tests / phpunit / WebTest / Contact / UpdateProfileTest.php
index 2642781635835e282db5d379dc25ed126e6ea017..5b682729edd8914fa6f0d8b2157e0326e1208ab5 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | 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 'CiviTest/CiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Contact_UpdateProfileTest
+ */
 class WebTest_Contact_UpdateProfileTest extends CiviSeleniumTestCase {
 
   protected function setUp() {
     parent::setUp();
   }
 
-  function testUpdateProfile() {
+  public function testUpdateProfile() {
     // Create new via profile
-    include_once ('WebTest/Contact/AddViaProfileTest.php');
+    include_once 'WebTest/Contact/AddViaProfileTest.php';
     WebTest_Contact_AddViaProfileTest::testAddViaCreateProfile();
 
     // Open profile for editing