Skip to content

Commit 3ad161b

Browse files
committed
MQE-2027: MFTF PHP Compatibility Update (PHP 7.4)
- changed formatMoney to formatCurrency
1 parent b66506c commit 3ad161b

File tree

3 files changed

+65
-17
lines changed

3 files changed

+65
-17
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mustache/mustache": "~2.5",
2929
"php-webdriver/webdriver": "^1.8.0",
3030
"symfony/console": "^4.4",
31-
"symfony/finder": "^4.4||^5.0",
31+
"symfony/finder": "^5.0",
3232
"symfony/mime": "^5.0",
3333
"symfony/process": "^4.4",
3434
"vlucas/phpdotenv": "^2.4"
@@ -41,7 +41,7 @@
4141
"goaop/framework": "~2.3.4",
4242
"php-coveralls/php-coveralls": "^1.0",
4343
"phpmd/phpmd": "^2.8.0",
44-
"phpunit/phpunit": "~9.0.0",
44+
"phpunit/phpunit": "^9.0",
4545
"rregeer/phpunit-coverage-check": "^0.1.4",
4646
"sebastian/phpcpd": "~5.0.0",
4747
"squizlabs/php_codesniffer": "~3.5.4",

composer.lock

Lines changed: 62 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ private function hasDecimalPoint(string $outStr)
22892289
}
22902290

22912291
/**
2292-
* Parse userInput for formatCurrency action
2292+
* Parse action attribute `userInput`
22932293
*
22942294
* @param string $userInput
22952295
* @return string

0 commit comments

Comments
 (0)