add autogenerated comment blocks to tests dir
[civicrm-core.git] / tests / phpunit / CRM / Financial / BAO / PaymentProcessorTypeTest.php
index 9a7f98f65f19ef7798405897bc860e4cba79ba34..0ae225792681ae2ff0b2d2cb4a0492554c01f361 100755 (executable)
@@ -29,8 +29,14 @@ require_once 'CRM/Financial/DAO/FinancialAccount.php';
 require_once 'CRM/Financial/BAO/FinancialAccount.php';
 require_once 'CRM/Financial/BAO/FinancialTypeAccount.php';
 
+/**
+ * Class CRM_Financial_BAO_PaymentProcessorTypeTest
+ */
 class CRM_Financial_BAO_PaymentProcessorTypeTest extends CiviUnitTestCase {
 
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name'        => 'PaymentProcessorType BAOs',