INFRA-132 - Drupal.Classes.ClassCreateInstance.ParenthesisMissing
[civicrm-core.git] / tests / phpunit / CiviTest / PaypalPro.php
index b150a26eddc810c2747ac696012fbbebf9f4b8b7..e9fd1c8adab34cec442a9524ae9d7de222d4d078 100644 (file)
@@ -11,8 +11,8 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
    *
    * @return int
    *   $paymentProcessor id of created payment processor@todo this appears not to be working but because it doesn't extend the test class
-   * callAPISuccess won't work
-   * I have duplicated this on the main test class as a work around
+   *   callAPISuccess won't work
+   *   I have duplicated this on the main test class as a work around
    */
   public static function create() {
 
@@ -44,8 +44,8 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
    * payment processor
    * @param int $id
    *   Id of the PayPal Pro payment processor.
-   * to be deleted
-   * @return boolean
+   *   to be deleted
+   * @return bool
    *   true if payment processor deleted, false otherwise
    */
   public static function delete($id) {
@@ -56,4 +56,5 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
     }
     return $result;
   }
+
 }