Fixed webtest of export and testAdvanceSearch of Contact_AdavanceSearchTest
[civicrm-core.git] / tests / phpunit / WebTest / Contact / UpdateProfileTest.php
index b0b65ccb4cd5c92a10009d59142fa0e514f1a901..5b682729edd8914fa6f0d8b2157e0326e1208ab5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
 */
 
 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