From a897892202ce1f1240f9200e103ab0fa0c32d82c Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Wed, 29 Jan 2020 08:14:00 +0100 Subject: [PATCH] Issue 1522: missing comments --- tests/phpunit/CRM/Utils/RuleTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/CRM/Utils/RuleTest.php b/tests/phpunit/CRM/Utils/RuleTest.php index 7236c278a8..47ce27e683 100644 --- a/tests/phpunit/CRM/Utils/RuleTest.php +++ b/tests/phpunit/CRM/Utils/RuleTest.php @@ -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) { -- 2.25.1