Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-10-02-07-53-58
[civicrm-core.git] / tests / phpunit / CiviTest / AuthorizeNet.php
index dc354b6e63107a2286c6165675660e9d20eb5f44..f39e0027d45ac14fac86f444aa99179275aca445 100644 (file)
@@ -10,6 +10,9 @@ class AuthorizeNet extends PHPUnit_Framework_Testcase {
      *
      * @return $paymentProcessor id of created payment processor
      */
      *
      * @return $paymentProcessor id of created payment processor
      */
+  /**
+   * @return CRM_Financial_DAO_PaymentProcessor
+   */
   function create() {
 
     $paymentProcessor = new CRM_Financial_DAO_PaymentProcessor();
   function create() {
 
     $paymentProcessor = new CRM_Financial_DAO_PaymentProcessor();