X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FMember%2FSeperateMembershipPaymentTest.php;h=f3297d7a6700078872874368730c0f3f6629255a;hb=1789c269b1c68178c1f3de38d751a4e37f94db4c;hp=4c087ca21c49d5769793d8ca6990bdd7acca9931;hpb=f50e3f96f827eeb1da1d9ec80c8033a11f3f3a55;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Member/SeperateMembershipPaymentTest.php b/tests/phpunit/WebTest/Member/SeperateMembershipPaymentTest.php index 4c087ca21c..f3297d7a67 100644 --- a/tests/phpunit/WebTest/Member/SeperateMembershipPaymentTest.php +++ b/tests/phpunit/WebTest/Member/SeperateMembershipPaymentTest.php @@ -25,6 +25,10 @@ */ require_once 'CiviTest/CiviSeleniumTestCase.php'; + +/** + * Class WebTest_Member_SeperateMembershipPaymentTest + */ class WebTest_Member_SeperateMembershipPaymentTest extends CiviSeleniumTestCase { protected function setUp() { @@ -138,6 +142,11 @@ class WebTest_Member_SeperateMembershipPaymentTest extends CiviSeleniumTestCase $this->waitForElementPresent("xpath=//form[@id='MembershipView']/div[2]/div/table[@class='selector row-highlight']/tbody/tr[1]/td[8]/span/a[text()='View']"); } + /** + * @param $pageId + * @param $memTypeId + * @param null $cid + */ function _testOnlineMembershipSignup($pageId, $memTypeId, $cid = NULL) { //Open Live Contribution Page $args = array('reset' => 1, 'id' => $pageId);