api_v3_LocBlockTest - useTransaction()
[civicrm-core.git] / tests / phpunit / api / v3 / TaxContributionPageTest.php
index 599a12ae2a9836b0f55b3c922822d03ce26c0585..b6ec9219057d49008a0d402ab10dc9fd2c48f323 100644 (file)
@@ -238,7 +238,7 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase {
   }
 
   /**
-   * online and offline contrbution from above created contrbution page
+   * Online and offline contrbution from above created contrbution page
    */
   function testCreateContributionOnline() {
     $this->setUpContributionPage();
@@ -408,7 +408,7 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase {
   }
 
   /**
-   * @param $contId
+   * @param int $contId
    *
    * @return null|string
    */
@@ -424,7 +424,7 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase {
   }
 
   /**
-   * @param $contId
+   * @param int $contId
    *
    * @return null|string
    */
@@ -440,7 +440,7 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase {
   }
 
   /**
-   * @param $params
+   * @param array $params
    * @param $context
    */
   function _checkFinancialRecords($params, $context) {
@@ -503,8 +503,8 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase {
   }
 
   /**
-   * @param $params
-   * @param $financialTypeId
+   * @param array $params
+   * @param int $financialTypeId
    */
   function _getFinancialAccountId($financialTypeId) {
     $accountRel = key(CRM_Core_PseudoConstant::accountOptionValues('account_relationship', NULL, " AND v.name LIKE 'Income Account is' "));