Skip to content

Commit 3a19c2c

Browse files
authored
Merge pull request #403 from magento-commerce/MFTF4.8.0
MFTF 4.8.0 : Release PR
2 parents 352d35f + 873477d commit 3a19c2c

File tree

15 files changed

+378
-429
lines changed

15 files changed

+378
-429
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
4.8.0
5+
---------
6+
### Enhancements
7+
* Bumped phpunit/phpunit to ^10.0
8+
* Bumped allure-framework/allure-phpunit to ^3
9+
* Bumped codeception/module-webdriver ^4.0
10+
11+
### Fixes
12+
* Fixed Class "Magento\FunctionalTestingFramework\StaticCheck\ActionGroupArgumentsCheck" not found on running vendor/bin/mftf build:project --upgrade.
13+
414
4.7.2
515
---------
616
### Enhancements

Diff for: composer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.7.2",
5+
"version": "4.8.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
99
"sort-packages": true
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)