Issue 1522: missing comments
authorJaap Jansma <jaap.jansma@civicoop.org>
Wed, 29 Jan 2020 07:14:00 +0000 (08:14 +0100)
committerJaap Jansma <jaap.jansma@civicoop.org>
Wed, 29 Jan 2020 07:14:00 +0000 (08:14 +0100)
tests/phpunit/CRM/Utils/RuleTest.php

index 7236c278a8b521c8a9d707fa3648ecfd8a93830f..47ce27e6837cea9862947e440c328632f0400471 100644 (file)
@@ -82,6 +82,9 @@ class CRM_Utils_RuleTest extends CiviUnitTestCase {
   /**
    * @dataProvider moneyDataProvider
    * @param $inputData
+   * @param $decimalPoint
+   * @param $thousandSeparator
+   * @param $currency
    * @param $expectedResult
    */
   public function testMoney($inputData, $decimalPoint, $thousandSeparator, $currency, $expectedResult) {