Skip to content

Commit 8ed0abe

Browse files
committed
MQE-583: set release version to 1.0.0 and updated composer dependencies.
1 parent cd20a7e commit 8ed0abe

File tree

220 files changed

+2510
-3179
lines changed

Some content is hidden

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

220 files changed

+2510
-3179
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Magento 2 Acceptance Tests
1+
# Magento 2 Functional Tests
22

3-
The Acceptance Tests Module for **Magento_AdminNotification** Module.
3+
The Functional Tests Module for **Magento_AdminNotification** Module.

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

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,40 @@
11
{
2-
"name": "magento/magento2-functional-test-admin-notification",
3-
"description": "Magento 2 Acceptance Test Module Admin Notification",
4-
"repositories": [
5-
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
8-
}
9-
],
2+
"name": "magento/magento2-functional-test-module-admin-notification",
3+
"description": "Magento 2 Functional Test Module Admin Notification",
104
"config": {
115
"sort-packages": true
126
},
137
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
8+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9+
"codeception/codeception": "~2.3.4",
1710
"consolidation/robo": "^1.0.0",
1811
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
12+
"magento/magento2-functional-testing-framework": "1.0.0",
13+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2014
"vlucas/phpdotenv": "~2.4"
2115
},
2216
"suggest": {
23-
"magento/magento2-functional-test-module-store": "dev-master",
24-
"magento/magento2-functional-test-module-backend": "dev-master",
25-
"magento/magento2-functional-test-media-storage": "dev-master",
26-
"magento/magento2-functional-test-module-ui": "dev-master"
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"
2721
},
2822
"type": "magento2-test-module",
29-
"version": "dev-master",
23+
"version": "1.0.0",
3024
"license": [
3125
"OSL-3.0",
3226
"AFL-3.0"
3327
],
3428
"autoload": {
3529
"psr-4": {
36-
"Magento\\FunctionalTest\\": [
37-
"tests/functional/Magento/FunctionalTest",
38-
"generated/Magento/FunctionalTest"
39-
]
30+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
4031
}
4132
},
4233
"extra": {
4334
"map": [
4435
[
4536
"*",
46-
"tests/functional/Magento/FunctionalTest/AdminNotification"
37+
"dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification"
4738
]
4839
]
4940
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Magento 2 Acceptance Tests
1+
# Magento 2 Functional Tests
22

3-
The Acceptance Tests Module for **Magento_AdvancedPricingImportExport** Module.
3+
The Functional Tests Module for **Magento_AdvancedPricingImportExport** Module.

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

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,43 @@
11
{
22
"name": "magento/magento2-functional-test-module-advanced-pricing-import-export",
3-
"description": "Magento 2 Acceptance Test Module Advanced Pricing Import Export",
4-
"repositories": [
5-
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
8-
}
9-
],
3+
"description": "Magento 2 Functional Test Module Advanced Pricing Import Export",
104
"config": {
115
"sort-packages": true
126
},
137
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
8+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9+
"codeception/codeception": "~2.3.4",
1710
"consolidation/robo": "^1.0.0",
1811
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
12+
"magento/magento2-functional-testing-framework": "1.0.0",
13+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2014
"vlucas/phpdotenv": "~2.4"
2115
},
2216
"suggest": {
23-
"magento/magento2-functional-test-module-store": "dev-master",
24-
"magento/magento2-functional-test-module-catalog": "dev-master",
25-
"magento/magento2-functional-test-module-catalog-inventory": "dev-master",
26-
"magento/magento2-functional-test-module-eav": "dev-master",
27-
"magento/magento2-functional-test-module-import-export": "dev-master",
28-
"magento/magento2-functional-test-module-catalog-import-export": "dev-master",
29-
"magento/magento2-functional-test-module-customer": "dev-master"
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"
3024
},
3125
"type": "magento2-test-module",
32-
"version": "dev-master",
26+
"version": "1.0.0",
3327
"license": [
3428
"OSL-3.0",
3529
"AFL-3.0"
3630
],
3731
"autoload": {
38-
"psr-0": {
39-
"Yandex": "vendor/allure-framework/allure-codeception/src/"
40-
},
4132
"psr-4": {
42-
"Magento\\FunctionalTestingFramework\\": [
43-
"vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework"
44-
],
45-
"Magento\\FunctionalTest\\": [
46-
"tests/functional/Magento/FunctionalTest",
47-
"generated/Magento/FunctionalTest"
48-
]
33+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
4934
}
5035
},
5136
"extra": {
5237
"map": [
5338
[
5439
"*",
55-
"tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport"
40+
"dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport"
5641
]
5742
]
5843
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Magento 2 Acceptance Tests
1+
# Magento 2 Functional Tests
22

3-
The Acceptance Tests Module for **Magento_Authorization** Module.
3+
The Functional Tests Module for **Magento_Authorization** Module.

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

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,37 @@
11
{
22
"name": "magento/magento2-functional-test-module-authorization",
3-
"description": "Magento 2 Acceptance Test Module Authorization",
4-
"repositories": [
5-
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
8-
}
9-
],
3+
"description": "Magento 2 Functional Test Module Authorization",
104
"config": {
115
"sort-packages": true
126
},
137
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
8+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9+
"codeception/codeception": "~2.3.4",
1710
"consolidation/robo": "^1.0.0",
1811
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
12+
"magento/magento2-functional-testing-framework": "1.0.0",
13+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2014
"vlucas/phpdotenv": "~2.4"
2115
},
2216
"suggest": {
23-
"magento/magento2-functional-test-module-backend": "dev-master"
17+
"magento/magento2-functional-test-module-backend": "1.0.0"
2418
},
2519
"type": "magento2-test-module",
26-
"version": "dev-master",
20+
"version": "1.0.0",
2721
"license": [
2822
"OSL-3.0",
2923
"AFL-3.0"
3024
],
3125
"autoload": {
32-
"psr-0": {
33-
"Yandex": "vendor/allure-framework/allure-codeception/src/"
34-
},
3526
"psr-4": {
36-
"Magento\\FunctionalTestingFramework\\": [
37-
"vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework"
38-
],
39-
"Magento\\FunctionalTest\\": [
40-
"tests/functional/Magento/FunctionalTest",
41-
"generated/Magento/FunctionalTest"
42-
]
27+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
4328
}
4429
},
4530
"extra": {
4631
"map": [
4732
[
4833
"*",
49-
"tests/functional/Magento/FunctionalTest/Authorization"
34+
"dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization"
5035
]
5136
]
5237
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Magento 2 Acceptance Tests
1+
# Magento 2 Functional Tests
22

3-
The Acceptance Tests Module for **Magento_Authorizenet** Module.
3+
The Functional Tests Module for **Magento_Authorizenet** Module.

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

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,43 @@
11
{
22
"name": "magento/magento2-functional-test-module-authorizenet",
3-
"description": "Magento 2 Acceptance Test Module Authorizenet",
4-
"repositories": [
5-
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
8-
}
9-
],
3+
"description": "Magento 2 Functional Test Module Authorizenet",
104
"config": {
115
"sort-packages": true
126
},
137
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
8+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9+
"codeception/codeception": "~2.3.4",
1710
"consolidation/robo": "^1.0.0",
1811
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
12+
"magento/magento2-functional-testing-framework": "1.0.0",
13+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2014
"vlucas/phpdotenv": "~2.4"
2115
},
2216
"suggest": {
23-
"magento/magento2-functional-test-module-backend": "dev-master",
24-
"magento/magento2-functional-test-module-sales": "dev-master",
25-
"magento/magento2-functional-test-module-store": "dev-master",
26-
"magento/magento2-functional-test-module-quote": "dev-master",
27-
"magento/magento2-functional-test-module-checkout": "dev-master",
28-
"magento/magento2-functional-test-module-payment": "dev-master",
29-
"magento/magento2-functional-test-module-catalog": "dev-master"
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"
3024
},
3125
"type": "magento2-test-module",
32-
"version": "dev-master",
26+
"version": "1.0.0",
3327
"license": [
3428
"OSL-3.0",
3529
"AFL-3.0"
3630
],
3731
"autoload": {
38-
"psr-0": {
39-
"Yandex": "vendor/allure-framework/allure-codeception/src/"
40-
},
4132
"psr-4": {
42-
"Magento\\FunctionalTestingFramework\\": [
43-
"vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework"
44-
],
45-
"Magento\\FunctionalTest\\": [
46-
"tests/functional/Magento/FunctionalTest",
47-
"generated/Magento/FunctionalTest"
48-
]
33+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
4934
}
5035
},
5136
"extra": {
5237
"map": [
5338
[
5439
"*",
55-
"tests/functional/Magento/FunctionalTest/Authorizenet"
40+
"dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet"
5641
]
5742
]
5843
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Magento 2 Acceptance Tests
1+
# Magento 2 Functional Tests
22

3-
The Acceptance Tests Module for **Magento_Backend** Module.
3+
The Functional Tests Module for **Magento_Backend** Module.

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

Lines changed: 24 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,52 @@
11
{
22
"name": "magento/magento2-functional-test-module-backend",
3-
"description": "Magento 2 Acceptance Test Module Backend",
4-
"repositories": [
5-
{
6-
"type" : "composer",
7-
"url" : "https://repo.magento.com/"
8-
}
9-
],
3+
"description": "Magento 2 Functional Test Module Backend",
104
"config": {
115
"sort-packages": true
126
},
137
"require": {
14-
"php": "~7.0",
15-
"allure-framework/allure-codeception": "dev-master",
16-
"codeception/codeception": "2.2|2.3",
8+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
9+
"codeception/codeception": "~2.3.4",
1710
"consolidation/robo": "^1.0.0",
1811
"henrikbjorn/lurker": "^1.2",
19-
"magento/magento2-functional-testing-framework": "dev-develop",
12+
"magento/magento2-functional-testing-framework": "1.0.0",
13+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
2014
"vlucas/phpdotenv": "~2.4"
2115
},
2216
"suggest": {
23-
"magento/magento2-functional-test-module-store": "dev-master",
24-
"magento/magento2-functional-test-module-directory": "dev-master",
25-
"magento/magento2-functional-test-module-developer": "dev-master",
26-
"magento/magento2-functional-test-module-eav": "dev-master",
27-
"magento/magento2-functional-test-module-reports": "dev-master",
28-
"magento/magento2-functional-test-module-sales": "dev-master",
29-
"magento/magento2-functional-test-module-quote": "dev-master",
30-
"magento/magento2-functional-test-module-catalog": "dev-master",
31-
"magento/magento2-functional-test-module-user": "dev-master",
32-
"magento/magento2-functional-test-module-security": "dev-master",
33-
"magento/magento2-functional-test-module-backup": "dev-master",
34-
"magento/magento2-functional-test-module-customer": "dev-master",
35-
"magento/magento2-functional-test-module-translation": "dev-master",
36-
"magento/magento2-functional-test-module-config": "dev-master",
37-
"magento/magento2-functional-test-module-require-js": "dev-master"
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"
3833
},
3934
"type": "magento2-test-module",
40-
"version": "dev-master",
35+
"version": "1.0.0",
4136
"license": [
4237
"OSL-3.0",
4338
"AFL-3.0"
4439
],
4540
"autoload": {
46-
"psr-0": {
47-
"Yandex": "vendor/allure-framework/allure-codeception/src/"
48-
},
4941
"psr-4": {
50-
"Magento\\FunctionalTestingFramework\\": [
51-
"vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework"
52-
],
53-
"Magento\\FunctionalTest\\": [
54-
"tests/functional/Magento/FunctionalTest",
55-
"generated/Magento/FunctionalTest"
56-
]
42+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
5743
}
5844
},
5945
"extra": {
6046
"map": [
6147
[
6248
"*",
63-
"tests/functional/Magento/FunctionalTest/Backend"
49+
"dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend"
6450
]
6551
]
6652
}

0 commit comments

Comments
 (0)