Skip to content

Commit 5290c2f

Browse files
committed
MQE-2501: release 2.7.0 documentation
1 parent ef0bf0c commit 5290c2f

File tree

6 files changed

+186
-776
lines changed

6 files changed

+186
-776
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
2.7.0
5+
---------
6+
7+
* Maintainability
8+
* Added support for PHP 7.4.
9+
* Added support for PHPUnit 9.
10+
* Dropped support for PHP 7.0, 7.1, 7.2.
11+
* Removed action `formatMoney` and added `formatCurrency`. [See actions page for details](./docs/test/actions.md#formatcurrency)
12+
* Updated in test generation to support PHPUnit 9 with the following assertion action changes: [See assertions page for details](./docs/test/assertions.md)
13+
* Removed the action `assertArraySubset`.
14+
* Added a new result type `arrayVariable`.
15+
316
2.6.6
417
---------
518

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "2.6.6",
5+
"version": "2.7.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)