Skip to content

Commit 2b991cb

Browse files
authored
Merge branch 'develop' into MQE-1151
2 parents e7268e4 + 659cca0 commit 2b991cb

File tree

5 files changed

+406
-278
lines changed

5 files changed

+406
-278
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
2.3.1
5+
-----
6+
### Enhancements
7+
* Maintainability
8+
* `mftf build:project` now copies over the `command.php` file into the parent Magento installation, if detected.
9+
410
2.3.0
511
-----
612
### Enhancements

composer.json

Lines changed: 2 additions & 2 deletions
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.3.0",
5+
"version": "2.3.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
1313
"allure-framework/allure-codeception": "~1.2.6",
14-
"codeception/codeception": "~2.3.4 || ~2.4.0",
14+
"codeception/codeception": "~2.3.4",
1515
"consolidation/robo": "^1.0.0",
1616
"epfremme/swagger-php": "^2.0",
1717
"flow/jsonpath": ">0.2",

0 commit comments

Comments
 (0)