X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCiviTest%2FContributionPage.php;h=083214d56252607a733dc5719c988fc43f473f15;hb=f3b0cd839c6b1e5ad33ae1b1d053da225c2c9e9f;hp=93c172deed006ff3005a022444e363961cbe8a08;hpb=4014394ebf74035cc7cc8bee5b37e8057f2c96b2;p=civicrm-core.git diff --git a/tests/phpunit/CiviTest/ContributionPage.php b/tests/phpunit/CiviTest/ContributionPage.php index 93c172deed..083214d562 100644 --- a/tests/phpunit/CiviTest/ContributionPage.php +++ b/tests/phpunit/CiviTest/ContributionPage.php @@ -8,7 +8,7 @@ class ContributionPage extends PHPUnit_Framework_Testcase { * Helper function to create * a Contribution Page * - * @param null $id + * @param int $id * * @return mixed $contributionPage id of created Contribution Page */ @@ -24,7 +24,7 @@ class ContributionPage extends PHPUnit_Framework_Testcase { 'min_amount' => 10, 'max_amount' => 10000, 'goal_amount' => 100000, - 'thankyou_title' => 'Thanks for Your Support!', + 'thankyou_title' => 'Thank you for your support!', 'thankyou_text' => 'Thank you for your support.', 'is_email_receipt' => 1, 'receipt_from_name' => 'From TEST',