add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / PaymentProcessorTest.php
index bdd1daf87c51c80c996a87b44d0ef173543b0c4d..b676090252819892b07db87badbb9a5c97bac836 100644 (file)
@@ -36,6 +36,9 @@ class api_v3_PaymentProcessorTest extends CiviUnitTestCase {
   protected $_apiversion = 3;
   protected $_params;
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'PaymentProcessor Create',