Skip to content

Commit 6964b68

Browse files
committed
MC-39900: Stabilize unit tests
- Updated MFTF to MQE-2488-php73-dev
1 parent 758fd26 commit 6964b68

File tree

2 files changed

+138
-21
lines changed

2 files changed

+138
-21
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"preferred-install": "dist",
1111
"sort-packages": true
1212
},
13+
"repositories": [
14+
{
15+
"type": "vcs",
16+
"url": "https://github.com/magento-commerce/magento2-functional-testing-framework"
17+
}
18+
],
1319
"require": {
1420
"php": "~7.3.0",
1521
"ext-bcmath": "*",
@@ -89,7 +95,7 @@
8995
"friendsofphp/php-cs-fixer": "~2.16.0",
9096
"lusitanian/oauth": "~0.8.10",
9197
"magento/magento-coding-standard": "*",
92-
"magento/magento2-functional-testing-framework": "^3.0",
98+
"magento/magento2-functional-testing-framework": "MQE-2488-php73-dev",
9399
"pdepend/pdepend": "~2.7.1",
94100
"phpcompatibility/php-compatibility": "^9.3",
95101
"phpmd/phpmd": "@stable",

composer.lock

Lines changed: 131 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)