Fixed some contribution pages
[civicrm-core.git] / tests / phpunit / WebTest / Member / UpdateMembershipScriptTest.php
index 8575ca6165d7782435f13a7680a6eecdcc3acec7..0c9b03d197292f8bf8b1503482721b70d303a339 100644 (file)
@@ -33,11 +33,6 @@ class WebTest_Member_UpdateMembershipScriptTest extends CiviSeleniumTestCase {
   }
 
   function testAddMembership() {
-    // This is the path where our testing install resides.
-    // The rest of URL is defined in CiviSeleniumTestCase base class, in
-    // class attributes.
-    $this->open($this->sboxPath);
-
     // Log in using webtestLogin() method
     $this->webtestLogin();
 
@@ -133,4 +128,4 @@ class WebTest_Member_UpdateMembershipScriptTest extends CiviSeleniumTestCase {
 
     return $memTypeParams;
   }
-}
\ No newline at end of file
+}