Skip to content

Commit fcad45a

Browse files
authored
Merge pull request #348 from magento-gl/ACQE-5710_ver1
ACQE-5899 : PHP UNIT 10 Upgrade
2 parents cc7ad88 + 2cae43e commit fcad45a

13 files changed

+367
-425
lines changed

Diff for: composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"require": {
1212
"allure-framework/allure-codeception": "^2.1",
13-
"allure-framework/allure-phpunit": "^2",
13+
"allure-framework/allure-phpunit": "^3",
1414
"aws/aws-sdk-php": "^3.132",
1515
"codeception/codeception": "^5.0",
1616
"codeception/module-asserts": "^3.0",
1717
"codeception/module-sequence": "^3.0",
18-
"codeception/module-webdriver": "^3.0",
18+
"codeception/module-webdriver": "^4.0",
1919
"composer/composer": "^1.9||^2.0,!=2.2.16",
2020
"csharpru/vault-php": "^4.2.1",
2121
"ext-curl": "*",
@@ -52,7 +52,7 @@
5252
"brainmaestro/composer-git-hooks": "^2.8.5",
5353
"php-coveralls/php-coveralls": "^1.0||^2.2",
5454
"phpmd/phpmd": "^2.8.0",
55-
"phpunit/phpunit": "^9.5",
55+
"phpunit/phpunit": "^10.0",
5656
"squizlabs/php_codesniffer": "~3.7.0"
5757
},
5858
"suggest": {
@@ -62,7 +62,8 @@
6262
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
6363
"psr-4": {
6464
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
65-
"MFTF\\": "dev/tests/functional/tests/MFTF"
65+
"MFTF\\": "dev/tests/functional/tests/MFTF",
66+
"Magento\\FunctionalTestingFramework\\Tests\\Verification\\": "dev/tests/verification/Tests"
6667
}
6768
},
6869
"autoload-dev": {

0 commit comments

Comments
 (0)