Merge pull request #5591 from jitendrapurohit/CRM-15735
[civicrm-core.git] / tests / phpunit / CiviTest / ContributionPage.php
index c97d995bc052a727d77ccb87951b6883e5ad6310..7c1cc1930b25d797ee5b49e29b84f9d96cf14680 100644 (file)
@@ -5,7 +5,7 @@
  */
 class ContributionPage extends PHPUnit_Framework_Testcase {
   /**
-   * Helper function to create
+   * Helper function to create.
    * a Contribution Page
    *
    * @param int $id
@@ -40,12 +40,12 @@ class ContributionPage extends PHPUnit_Framework_Testcase {
   }
 
   /**
-   * Helper function to delete a Contribution Page
+   * Helper function to delete a Contribution Page.
    *
    * @param int $contributionPageId
    *   Id of the Contribution Page.
-   * to be deleted
-   * @return boolean
+   *   to be deleted
+   * @return bool
    *   true if Contribution Page deleted, false otherwise
    */
   public static function delete($contributionPageId) {
@@ -57,4 +57,5 @@ class ContributionPage extends PHPUnit_Framework_Testcase {
     }
     return $result;
   }
+
 }