Skip to content

Commit 606a901

Browse files
committed
MQE-599: Move composer.json, README.MD, etc to CE
- updated compose.json files prepared to MFTF release
1 parent 451b0f5 commit 606a901

File tree

115 files changed

+1076
-1709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1076
-1709
lines changed

dev/tests/acceptance/composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
22
"name": "magento/magento2ce-functional-tests",
3-
"description": "Magento 2 Functional Tests",
3+
"description": "Magento 2 (Open Source) Functional Tests",
44
"type": "project",
5-
"version": "1.0.0",
5+
"version": "1.0.0-dev",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"config": {
1111
"sort-packages": true
1212
},
13-
"repositories": [
14-
{
15-
"type": "git",
16-
"url": "[email protected]:magento/magento2-functional-testing-framework.git"
17-
}
18-
],
1913
"require": {
2014
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
2115
"codeception/codeception": "~2.3.4",
@@ -27,7 +21,7 @@
2721
},
2822
"autoload": {
2923
"psr-4": {
30-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
24+
"Magento\\": "tests/functional/Magento"
3125
}
3226
},
3327
"prefer-stable": true

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,24 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-backend": "1.0.0",
18-
"magento/magento2-functional-test-module-media-storage": "1.0.0",
19-
"magento/magento2-functional-test-module-store": "1.0.0",
20-
"magento/magento2-functional-test-module-ui": "1.0.0"
12+
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-media-storage": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-store": "1.0.0-dev",
15+
"magento/magento2-functional-test-module-ui": "1.0.0-dev"
2116
},
2217
"type": "magento2-test-module",
23-
"version": "1.0.0",
18+
"version": "1.0.0-dev",
2419
"license": [
2520
"OSL-3.0",
2621
"AFL-3.0"
2722
],
2823
"autoload": {
2924
"psr-4": {
30-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
25+
"Magento\\AdminNotification\\": ""
3126
}
3227
},
3328
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,27 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-catalog": "1.0.0",
18-
"magento/magento2-functional-test-module-catalog-import-export": "1.0.0",
19-
"magento/magento2-functional-test-module-catalog-inventory": "1.0.0",
20-
"magento/magento2-functional-test-module-customer": "1.0.0",
21-
"magento/magento2-functional-test-module-eav": "1.0.0",
22-
"magento/magento2-functional-test-module-import-export": "1.0.0",
23-
"magento/magento2-functional-test-module-store": "1.0.0"
12+
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev",
15+
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
16+
"magento/magento2-functional-test-module-eav": "1.0.0-dev",
17+
"magento/magento2-functional-test-module-import-export": "1.0.0-dev",
18+
"magento/magento2-functional-test-module-store": "1.0.0-dev"
2419
},
2520
"type": "magento2-test-module",
26-
"version": "1.0.0",
21+
"version": "1.0.0-dev",
2722
"license": [
2823
"OSL-3.0",
2924
"AFL-3.0"
3025
],
3126
"autoload": {
3227
"psr-4": {
33-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
28+
"Magento\\AdvancedPricingImportExport\\": ""
3429
}
3530
},
3631
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,32 @@
33
"description": "Magento 2 Acceptance Test Module Analytics",
44
"repositories": [
55
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
6+
"type": "composer",
7+
"url": "https://repo.magento.com/"
88
}
99
],
1010
"config": {
1111
"sort-packages": true
1212
},
1313
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
17-
"consolidation/robo": "^1.0.0",
18-
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
20-
"vlucas/phpdotenv": "~2.4"
14+
"magento/magento2-functional-testing-framework": "1.0.0",
15+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
2116
},
2217
"suggest": {
23-
"magento/magento2-functional-test-module-backend": "dev-master",
24-
"magento/magento2-functional-test-module-config": "dev-master",
25-
"magento/magento2-functional-test-module-integration": "dev-master",
26-
"magento/magento2-functional-test-module-store": "dev-master"
18+
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
19+
"magento/magento2-functional-test-module-config": "1.0.0-dev",
20+
"magento/magento2-functional-test-module-integration": "1.0.0-dev",
21+
"magento/magento2-functional-test-module-store": "1.0.0-dev"
2722
},
2823
"type": "magento2-test-module",
29-
"version": "dev-master",
24+
"version": "1.0.0-dev",
3025
"license": [
3126
"OSL-3.0",
3227
"AFL-3.0"
3328
],
3429
"autoload": {
35-
"psr-0": {
36-
"Yandex": "vendor/allure-framework/allure-codeception/src/"
37-
},
3830
"psr-4": {
39-
"Magento\\FunctionalTestingFramework\\": [
40-
"vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework"
41-
],
42-
"Magento\\FunctionalTest\\": [
43-
"tests/functional/Magento/FunctionalTest",
44-
"generated/Magento/FunctionalTest"
45-
]
31+
"Magento\\Analytics\\": ""
4632
}
4733
},
4834
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,21 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-backend": "1.0.0"
12+
"magento/magento2-functional-test-module-backend": "1.0.0-dev"
1813
},
1914
"type": "magento2-test-module",
20-
"version": "1.0.0",
15+
"version": "1.0.0-dev",
2116
"license": [
2217
"OSL-3.0",
2318
"AFL-3.0"
2419
],
2520
"autoload": {
2621
"psr-4": {
27-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
22+
"Magento\\Authorization\\": ""
2823
}
2924
},
3025
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,27 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-backend": "1.0.0",
18-
"magento/magento2-functional-test-module-catalog": "1.0.0",
19-
"magento/magento2-functional-test-module-checkout": "1.0.0",
20-
"magento/magento2-functional-test-module-payment": "1.0.0",
21-
"magento/magento2-functional-test-module-quote": "1.0.0",
22-
"magento/magento2-functional-test-module-sales": "1.0.0",
23-
"magento/magento2-functional-test-module-store": "1.0.0"
12+
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-checkout": "1.0.0-dev",
15+
"magento/magento2-functional-test-module-payment": "1.0.0-dev",
16+
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
17+
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
18+
"magento/magento2-functional-test-module-store": "1.0.0-dev"
2419
},
2520
"type": "magento2-test-module",
26-
"version": "1.0.0",
21+
"version": "1.0.0-dev",
2722
"license": [
2823
"OSL-3.0",
2924
"AFL-3.0"
3025
],
3126
"autoload": {
3227
"psr-4": {
33-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
28+
"Magento\\Authorizenet\\": ""
3429
}
3530
},
3631
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,36 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-backup": "1.0.0",
18-
"magento/magento2-functional-test-module-catalog": "1.0.0",
19-
"magento/magento2-functional-test-module-config": "1.0.0",
20-
"magento/magento2-functional-test-module-customer": "1.0.0",
21-
"magento/magento2-functional-test-module-developer": "1.0.0",
22-
"magento/magento2-functional-test-module-directory": "1.0.0",
23-
"magento/magento2-functional-test-module-eav": "1.0.0",
24-
"magento/magento2-functional-test-module-quote": "1.0.0",
25-
"magento/magento2-functional-test-module-reports": "1.0.0",
26-
"magento/magento2-functional-test-module-require-js": "1.0.0",
27-
"magento/magento2-functional-test-module-sales": "1.0.0",
28-
"magento/magento2-functional-test-module-security": "1.0.0",
29-
"magento/magento2-functional-test-module-store": "1.0.0",
30-
"magento/magento2-functional-test-module-translation": "1.0.0",
31-
"magento/magento2-functional-test-module-ui": "1.0.0",
32-
"magento/magento2-functional-test-module-user": "1.0.0"
12+
"magento/magento2-functional-test-module-backup": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-config": "1.0.0-dev",
15+
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
16+
"magento/magento2-functional-test-module-developer": "1.0.0-dev",
17+
"magento/magento2-functional-test-module-directory": "1.0.0-dev",
18+
"magento/magento2-functional-test-module-eav": "1.0.0-dev",
19+
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
20+
"magento/magento2-functional-test-module-reports": "1.0.0-dev",
21+
"magento/magento2-functional-test-module-require-js": "1.0.0-dev",
22+
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
23+
"magento/magento2-functional-test-module-security": "1.0.0-dev",
24+
"magento/magento2-functional-test-module-store": "1.0.0-dev",
25+
"magento/magento2-functional-test-module-translation": "1.0.0-dev",
26+
"magento/magento2-functional-test-module-ui": "1.0.0-dev",
27+
"magento/magento2-functional-test-module-user": "1.0.0-dev"
3328
},
3429
"type": "magento2-test-module",
35-
"version": "1.0.0",
30+
"version": "1.0.0-dev",
3631
"license": [
3732
"OSL-3.0",
3833
"AFL-3.0"
3934
],
4035
"autoload": {
4136
"psr-4": {
42-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
37+
"Magento\\Backend\\": ""
4338
}
4439
},
4540
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,23 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-backend": "1.0.0",
18-
"magento/magento2-functional-test-module-cron": "1.0.0",
19-
"magento/magento2-functional-test-module-store": "1.0.0"
12+
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-cron": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-store": "1.0.0-dev"
2015
},
2116
"type": "magento2-test-module",
22-
"version": "1.0.0",
17+
"version": "1.0.0-dev",
2318
"license": [
2419
"OSL-3.0",
2520
"AFL-3.0"
2621
],
2722
"autoload": {
2823
"psr-4": {
29-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
24+
"Magento\\Backup\\": ""
3025
}
3126
},
3227
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,33 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9-
"codeception/codeception": "~2.3.4",
10-
"consolidation/robo": "^1.0.0",
11-
"henrikbjorn/lurker": "^1.2",
128
"magento/magento2-functional-testing-framework": "1.0.0",
13-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
14-
"vlucas/phpdotenv": "~2.4"
9+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1510
},
1611
"suggest": {
17-
"magento/magento2-functional-test-module-catalog": "1.0.0",
18-
"magento/magento2-functional-test-module-backend": "1.0.0",
19-
"magento/magento2-functional-test-module-checkout": "1.0.0",
20-
"magento/magento2-functional-test-module-config": "1.0.0",
21-
"magento/magento2-functional-test-module-customer": "1.0.0",
22-
"magento/magento2-functional-test-module-directory": "1.0.0",
23-
"magento/magento2-functional-test-module-instant-purchase": "1.0.0",
24-
"magento/magento2-functional-test-module-payment": "1.0.0",
25-
"magento/magento2-functional-test-module-paypal": "1.0.0",
26-
"magento/magento2-functional-test-module-quote": "1.0.0",
27-
"magento/magento2-functional-test-module-sales": "1.0.0",
28-
"magento/magento2-functional-test-module-ui": "1.0.0",
29-
"magento/magento2-functional-test-module-vault": "1.0.0"
12+
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
13+
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
14+
"magento/magento2-functional-test-module-checkout": "1.0.0-dev",
15+
"magento/magento2-functional-test-module-config": "1.0.0-dev",
16+
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
17+
"magento/magento2-functional-test-module-directory": "1.0.0-dev",
18+
"magento/magento2-functional-test-module-instant-purchase": "1.0.0-dev",
19+
"magento/magento2-functional-test-module-payment": "1.0.0-dev",
20+
"magento/magento2-functional-test-module-paypal": "1.0.0-dev",
21+
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
22+
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
23+
"magento/magento2-functional-test-module-ui": "1.0.0-dev",
24+
"magento/magento2-functional-test-module-vault": "1.0.0-dev"
3025
},
3126
"type": "magento2-test-module",
32-
"version": "1.0.0",
27+
"version": "1.0.0-dev",
3328
"license": [
3429
"OSL-3.0",
3530
"AFL-3.0"
3631
],
3732
"autoload": {
3833
"psr-4": {
39-
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
34+
"Magento\\Braintree\\": ""
4035
}
4136
},
4237
"extra": {

0 commit comments

Comments
 (0)