X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContribute%2FOfflineContributionTest.php;h=3f49498757790b260d19abcfe9a405881fb9085c;hb=4f1f1f2a13f7d38ff984b04c7512617440bea5f8;hp=7d0ce9e8a789d9a27580d7c2236e97f06002e563;hpb=49414d6faa37375cef1ea0a156054ddd9cc6ae8d;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contribute/OfflineContributionTest.php b/tests/phpunit/WebTest/Contribute/OfflineContributionTest.php index 7d0ce9e8a7..3f49498757 100644 --- a/tests/phpunit/WebTest/Contribute/OfflineContributionTest.php +++ b/tests/phpunit/WebTest/Contribute/OfflineContributionTest.php @@ -308,8 +308,8 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase { $this->_verifyAmounts($checkScenario5); } - //common function for doing offline contribution /** + * common function for doing offline contribution * @param array $params * @param string $firstName * @param string $lastName @@ -364,8 +364,8 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase { $this->assertTrue($this->isTextPresent("The contribution record has been processed."), "Status message didn't show up after saving!"); } - //common function for verifing total_amount, and non_deductible_amount /** + * common function for verifing total_amount, and non_deductible_amount * @param $verifyData */ public function _verifyAmounts($verifyData) { @@ -395,7 +395,7 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase { "xpath=//form[@id='Basic']/div[3]/div[1]/div[2]/table/tbody/tr[1]/td[11]/span/a[text()='View']"); $this->clickLink("xpath=//form[@id='Basic']/div[3]/div[1]/div[2]/table/tbody/tr[1]/td[11]/span/a[text()='View']", - 'crm-contact-actions-link', FALSE); + 'crm-contact-actions-link', FALSE); } public function testOnlineContributionWithZeroAmount() {