From c9b38d48933298e300ad4839878313c5fd481611 Mon Sep 17 00:00:00 2001 From: Manjusha Date: Wed, 6 Dec 2023 11:34:15 +0530 Subject: [PATCH 1/4] MFTF-4.6.0-Release : MFTF 4.6.0 Release --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- composer.lock | 2 +- .../FunctionalTestingFramework/Util/Script/test | 0 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 src/Magento/FunctionalTestingFramework/Util/Script/test diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff1b1ca2..a6178791e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ Magento Functional Testing Framework Changelog ================================================ + +4.6.0 +--------- +### Enhancements +* Added Supported for PHP 8.3 and enabled PR checks for PHP 8.3 +* Bumped `symfony/console` dependency to `^6.0` +* Bumped `laminas/laminas-diactoros` dependency to `^3.0` + +### Fixes +* Fixed 8.3 deprecation errors. +* Fixed The build with PTS enabled doesn't apply filter issue. + 4.5.0 --------- ### Enhancements diff --git a/composer.json b/composer.json index 60d38b43e..ac0c8a43d 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "4.5.0", + "version": "4.6.0", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index 38129a0bb..311e13e11 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "110d62a7ca74f5100e6bc724335e5bb7", + "content-hash": "a0ebd24d0c275a654005c55f65b58e22", "packages": [ { "name": "allure-framework/allure-codeception", diff --git a/src/Magento/FunctionalTestingFramework/Util/Script/test b/src/Magento/FunctionalTestingFramework/Util/Script/test new file mode 100644 index 000000000..e69de29bb From 190df44274c30ea8b9dbbb7a08d135098c4e9a90 Mon Sep 17 00:00:00 2001 From: Manjusha Date: Wed, 6 Dec 2023 14:18:12 +0530 Subject: [PATCH 2/4] Updated changelog.md file --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6178791e..8281c83ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ Magento Functional Testing Framework Changelog 4.6.0 --------- ### Enhancements -* Added Supported for PHP 8.3 and enabled PR checks for PHP 8.3 -* Bumped `symfony/console` dependency to `^6.0` -* Bumped `laminas/laminas-diactoros` dependency to `^3.0` +* Added Supported for PHP 8.3 and enabled PR checks for PHP 8.3. +* Bumped `symfony/console` dependency to `^6.0`. +* Bumped `laminas/laminas-diactoros` dependency to `^3.0`. +* Added no-ansi option to bin/mftf command. ### Fixes * Fixed 8.3 deprecation errors. * Fixed The build with PTS enabled doesn't apply filter issue. +* Change MFTF command to maintain Magento CLI output. 4.5.0 --------- From c24e4c8c1050c94400b6d834184e62fc3fc198fd Mon Sep 17 00:00:00 2001 From: manjusha729 <93243302+manjusha729@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:20:43 +0530 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8281c83ab..555942bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Magento Functional Testing Framework Changelog 4.6.0 --------- ### Enhancements -* Added Supported for PHP 8.3 and enabled PR checks for PHP 8.3. +* Added Support for PHP 8.3 and enabled PR checks for PHP 8.3. * Bumped `symfony/console` dependency to `^6.0`. * Bumped `laminas/laminas-diactoros` dependency to `^3.0`. * Added no-ansi option to bin/mftf command. From 6041d83af64677b971f19159d87610f140d38421 Mon Sep 17 00:00:00 2001 From: Kevin Kozan Date: Wed, 6 Dec 2023 10:58:45 -0600 Subject: [PATCH 4/4] Removing blank test file --- src/Magento/FunctionalTestingFramework/Util/Script/test | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/Magento/FunctionalTestingFramework/Util/Script/test diff --git a/src/Magento/FunctionalTestingFramework/Util/Script/test b/src/Magento/FunctionalTestingFramework/Util/Script/test deleted file mode 100644 index e69de29bb..000000000