diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json index 7020a2b9ee9d4ef4ceb1f81ce624026104bd67a6..31ce654f6c78075b654a51f4b799eedb15c913a3 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-admin-notification", "description": "Magento 2 Functional Test Module Admin Notification", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\AdminNotification\\": "" + "Magento\\FunctionalTest\\AdminNotification\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json index 9a65ed242d6c5b67c16d93644f7d7f3245939b4b..7cba5e091bc0ae850c789f9b9ab841540880ec39 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-advanced-pricing-import-export", "description": "Magento 2 Functional Test Module Advanced Pricing Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\AdvancedPricingImportExport\\": "" + "Magento\\FunctionalTest\\AdvancedPricingImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json index a5f609f1127992583dd90bf9d38102bec7e2f60e..9245dc6e40766e0922bcff7f42d229d4fb73cc41 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-analytics", "description": "Magento 2 Acceptance Test Module Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-integration": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-integration": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Analytics\\": "" + "Magento\\FunctionalTest\\Analytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json index 27b1f27a4c47878a936146642d7e3838b140cb2d..e69220b9ca44dc028c9d8112c0ce60ea27c016c9 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-authorization", "description": "Magento 2 Functional Test Module Authorization", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Authorization\\": "" + "Magento\\FunctionalTest\\Authorization\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json index cfae2dac571474e6b8134b756e597f15b9462696..9b67e3ea371541eeb6cbcbf41a5b22d094802d3c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-authorizenet", "description": "Magento 2 Functional Test Module Authorizenet", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Authorizenet\\": "" + "Magento\\FunctionalTest\\Authorizenet\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json index 680d5ed031ee2760ea1fa5334ef551d7504fef3c..ffebc321c4dee1ac8ee62b67b6084f66c5f90c2e 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-backend", "description": "Magento 2 Functional Test Module Backend", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,32 +15,26 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backup": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-developer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-reports": "1.0.0-dev", - "magento/magento2-functional-test-module-require-js": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-security": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-translation": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-user": "1.0.0-dev" + "magento/magento2-functional-test-module-backup": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-developer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-reports": "100.0.0-dev", + "magento/magento2-functional-test-module-require-js": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-security": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-translation": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-user": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Backend\\": "" + "Magento\\FunctionalTest\\Backend\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json index 7f67d4c1002ef72bf2743817ed614ddeccfb2a11..d4f0c49d2b1a8362de3ed0173942d27c0abb8974 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-backup", "description": "Magento 2 Functional Test Module Backup", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-cron": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-cron": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Backup\\": "" + "Magento\\FunctionalTest\\Backup\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json index 7159b1a4bbf4db916b6f3ea08d885ea46dea6033..e66481c501f0675e6b6db0baa964476bc2fbd29a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-braintree", "description": "Magento 2 Functional Test Module Braintree", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,29 +15,23 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-instant-purchase": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-paypal": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-vault": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-instant-purchase": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-paypal": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-vault": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Braintree\\": "" + "Magento\\FunctionalTest\\Braintree\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/composer.json index 96dc014d9704c1fbc0efbfece23f9dca0025a0f7..cab7dce6a95e5944f15e34dbb431177220579eb7 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-bundle", "description": "Magento 2 Functional Test Module Bundle", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,31 +15,25 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-gift-message": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-gift-message": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Bundle\\": "" + "Magento\\FunctionalTest\\Bundle\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/BundleImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/BundleImportExport/composer.json index afc00529ac0365371915f526b5677880ec3fc3ad..9fd81822a18036c4a9cbb135129283e4d9243007 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/BundleImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/BundleImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-bundle-import-export", "description": "Magento 2 Functional Test Module Bundle Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-bundle": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev" + "magento/magento2-functional-test-module-bundle": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\BundleImportExport\\": "" + "Magento\\FunctionalTest\\BundleImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CacheInvalidate/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CacheInvalidate/composer.json index f9d8c204be290981d96c22b0d97c3e0a048b85c9..e8c58ac7a2d0a2ff8a69bd48321af1f0712ffbb9 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CacheInvalidate/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CacheInvalidate/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-cache-invalidate", "description": "Magento 2 Functional Test Module Cache Invalidate", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev" + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CacheInvalidate\\": "" + "Magento\\FunctionalTest\\CacheInvalidate\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Captcha/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Captcha/composer.json index 1fcbaeb9f499673e48493eb81895456e7cc0ba6c..5c3f0acfc8fcb966cc7fb6d224e0ca18604f25ed 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Captcha/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Captcha/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-captcha", "description": "Magento 2 Functional Test Module Captcha", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Captcha\\": "" + "Magento\\FunctionalTest\\Captcha\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/composer.json index ac8272b7ff754fd93744bf8524c5e0bcec6c3914..a1dc628f04c2915778b871fb5d34c59e5d3ce82e 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog", "description": "Magento 2 Functional Test Module Catalog", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,39 +15,33 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-indexer": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-msrp": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-product-alert": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev", - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-indexer": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-msrp": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-product-alert": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev", + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Catalog\\": "" + "Magento\\FunctionalTest\\Catalog\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogAnalytics/composer.json index 12ebf6e0befac2b730113f013366f43de7949701..b742218731f849efc617745a3ab709d8b900f67e 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-catalog-analytics", "description": "Magento 2 Acceptance Test Module Catalog Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogAnalytics\\": "" + "Magento\\FunctionalTest\\CatalogAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogImportExport/composer.json index be97c72452b2010c7a00ed941e6557f7926792af..3f1d805ca27579d767478c6f1a438311ce3bfa0f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-import-export", "description": "Magento 2 Functional Test Module Catalog Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogImportExport\\": "" + "Magento\\FunctionalTest\\CatalogImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogInventory/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogInventory/composer.json index cfb006dd9bdebd8441d1868d28af2b544fcc8dae..4060f8906efd7292464c22aaff91173764488fb5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogInventory/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogInventory/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-inventory", "description": "Magento 2 Functional Test Module Catalog Inventory", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogInventory\\": "" + "Magento\\FunctionalTest\\CatalogInventory\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRule/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRule/composer.json index 5b8703ba975ce491ede2140fc9e3e38f6ced2230..3d0fb94a4df09b0af31e05eb0ac1b960cd419bf6 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRule/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRule/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-rule", "description": "Magento 2 Functional Test Module Catalog Rule", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogRule\\": "" + "Magento\\FunctionalTest\\CatalogRule\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRuleConfigurable/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRuleConfigurable/composer.json index e554887f5b748a98cec98c6eac8d10a818029c9e..0bee96876c84db8b1a9edb56fb1a4cbd0c2d499f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRuleConfigurable/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogRuleConfigurable/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-rule-configurable", "description": "Magento 2 Functional Test Module Catalog Rule Configurable", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-configurable-product": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-configurable-product": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogRuleConfigurable\\": "" + "Magento\\FunctionalTest\\CatalogRuleConfigurable\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/composer.json index 3848ae4829a4e447cdafe38e539adfeccb90ed34..0115d362d3b7f0bd402180a87a551bc79d143893 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-search", "description": "Magento 2 Functional Test Module Catalog Search", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,26 +15,20 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-search": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-search": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogSearch\\": "" + "Magento\\FunctionalTest\\CatalogSearch\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogUrlRewrite/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogUrlRewrite/composer.json index 971c4173918d20941cbdd91dfe5c89edc7aae545..a51be94ebafb745b09684a07f842b87a85709cd1 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogUrlRewrite/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogUrlRewrite/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-url-rewrite", "description": "Magento 2 Functional Test Module Catalog Url Rewrite", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-url-rewrite": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-url-rewrite": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogUrlRewrite\\": "" + "Magento\\FunctionalTest\\CatalogUrlRewrite\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogWidget/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogWidget/composer.json index 2dc7b905855bfed44392c27ccf698de2069ca0c1..8ff933bd50a9a30867bc8c111e6e9e391e0bfed1 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogWidget/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogWidget/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-catalog-widget", "description": "Magento 2 Functional Test Module Catalog Widget", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev", - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev", + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CatalogWidget\\": "" + "Magento\\FunctionalTest\\CatalogWidget\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/composer.json index 4c6fd9c49da5ad1bcdc2442a7378a8b64333e07b..f84ed60ac922e19eef3b32fb01991fe43df06b40 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-checkout", "description": "Magento 2 Functional Test Module Checkout", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,34 +15,28 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-msrp": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-msrp": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Checkout\\": "" + "Magento\\FunctionalTest\\Checkout\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CheckoutAgreements/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CheckoutAgreements/composer.json index f852f4ca4580a4a6b73de0a3534b63c50294dbc9..54f8e269d39a24cbdb1fdaf462119deddddd665c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CheckoutAgreements/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CheckoutAgreements/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-checkout-agreements", "description": "Magento 2 Functional Test Module Checkout Agreements", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CheckoutAgreements\\": "" + "Magento\\FunctionalTest\\CheckoutAgreements\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/composer.json index 9420585a31a2eca26d1c7ef16b0f2e049ddb3086..5f55a2cabb3508682fe612cd8dafbcdf07152f1a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-cms", "description": "Magento 2 Functional Test Module Cms", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-variable": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-variable": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Cms\\": "" + "Magento\\FunctionalTest\\Cms\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CmsUrlRewrite/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CmsUrlRewrite/composer.json index 6e7dbf3d4e75727486305135ca808cdf6f527940..764444c8e72354cd55731092a9da7cd11aae0842 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CmsUrlRewrite/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CmsUrlRewrite/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-cms-url-rewrite", "description": "Magento 2 Functional Test Module Cms Url Rewrite", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-url-rewrite": "1.0.0-dev" + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-url-rewrite": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CmsUrlRewrite\\": "" + "Magento\\FunctionalTest\\CmsUrlRewrite\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/composer.json index 2c1965c6a41e6bbc4fc345e382f1bb4621ac05dd..c6aa7ca8ab45398ec0120e1877cf730b57dd3c5b 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-config", "description": "Magento 2 Functional Test Module Config", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-cron": "1.0.0-dev", - "magento/magento2-functional-test-module-deploy": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-cron": "100.0.0-dev", + "magento/magento2-functional-test-module-deploy": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Config\\": "" + "Magento\\FunctionalTest\\Config\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/README.md b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1cf979955a3cdc4980704381654b11ff7f4adb2e --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/README.md @@ -0,0 +1,3 @@ +# Magento 2 Functional Tests + +The Functional Tests Module for **Magento_ConfigurableImportExport** Module. diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/composer.json index 2a05a5c46b891a85eb5f30ac31d4efe0c6a0d7cb..1b2fb5e35ae351fb2dd453dd505c7bc23dc9ec55 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-configurable-import-export", "description": "Magento 2 Functional Test Module Configurable Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-configurable-product": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-configurable-product": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ConfigurableImportExport\\": "" + "Magento\\FunctionalTest\\ConfigurableImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/composer.json index 9aa7e86c8c9fcba5275e2ed6be29c3dbca691dc4..580578d805f409bb2f259196b00b0dac0e157a09 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-configurable-product", "description": "Magento 2 Functional Test Module Configurable Product", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,27 +15,21 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-msrp": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-msrp": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ConfigurableProduct\\": "" + "Magento\\FunctionalTest\\ConfigurableProduct\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProductSales/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProductSales/composer.json index ba94b03134baebb0ea003338e3178fb091849a7c..eb1f9891fa068d47b3ca0384ab62956669c466d7 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProductSales/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProductSales/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-configurable-product-sales", "description": "Magento 2 Functional Test Module Configurable Product Sales", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ConfigurableProductSales\\": "" + "Magento\\FunctionalTest\\ConfigurableProductSales\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Contact/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Contact/composer.json index d2fa2c68db652b3f6122dd64d2c2a3bee257890e..55311d1c6fcd03db8769356031f50524f284e255 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Contact/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Contact/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-contact", "description": "Magento 2 Functional Test Module Contact", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Contact\\": "" + "Magento\\FunctionalTest\\Contact\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cookie/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cookie/composer.json index 100c82d51119945d04f25a55a41cb09f0172b841..2fd3ec251ae38f2ea1efba4ed37f84b4949a4821 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cookie/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cookie/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-cookie", "description": "Magento 2 Functional Test Module Cookie", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Cookie\\": "" + "Magento\\FunctionalTest\\Cookie\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cron/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cron/composer.json index cfe9b151565a33f1b9f49a9aeec95dab0c63fa3c..7982a6dd9c4e82a283f595b47e48078c5891213f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cron/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cron/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-cron", "description": "Magento 2 Functional Test Module Cron", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Cron\\": "" + "Magento\\FunctionalTest\\Cron\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CurrencySymbol/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CurrencySymbol/composer.json index ae53c529bcc24f9570c5afc7f881213d630ee078..abd3fe78abde0aabbd7302d4a785ee6bf8a45511 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CurrencySymbol/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CurrencySymbol/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-currency-symbol", "description": "Magento 2 Functional Test Module Currency Symbol", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CurrencySymbol\\": "" + "Magento\\FunctionalTest\\CurrencySymbol\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/composer.json index 6d4462eae7a87b78d9a156a158cf3ffe88063d0e..619e4f895373b330bf1ca925973487ced655441a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-customer", "description": "Magento 2 Functional Test Module Customer", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,35 +15,29 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-integration": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-newsletter": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-review": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-integration": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-newsletter": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-review": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Customer\\": "" + "Magento\\FunctionalTest\\Customer\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerAnalytics/composer.json index 24e5dfbe31c657c8fbfa98e73b83b0c6b34bf66a..84a73e12eb4ff6fd8a2d8ac190c8fb793c89cb5d 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-customer-analytics", "description": "Magento 2 Acceptance Test Module Customer Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-customer": "1.0.0-dev" + "magento/magento2-functional-test-module-customer": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CustomerAnalytics\\": "" + "Magento\\FunctionalTest\\CustomerAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerImportExport/composer.json index 096f94ddcd53aa4dd7fe997a4808c8517a60c0bc..dfa5a2761e5a4e65a076d65e0bfe7d710373b332 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CustomerImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-customer-import-export", "description": "Magento 2 Functional Test Module Customer Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\CustomerImportExport\\": "" + "Magento\\FunctionalTest\\CustomerImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Deploy/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Deploy/composer.json index 390a3891762e48620dc3164241570b9850f84f19..8f5f42b11e85a5baa2a16f39e65a97b63361b1e7 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Deploy/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Deploy/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-deploy", "description": "Magento 2 Functional Test Module Deploy", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-require-js": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-user": "1.0.0-dev" + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-require-js": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-user": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Deploy\\": "" + "Magento\\FunctionalTest\\Deploy\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Developer/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Developer/composer.json index 94ad99566180bf0697383ef911633e75aca5cc65..ed52481f544f05b86efc47b0bfc820254466cf89 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Developer/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Developer/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-developer", "description": "Magento 2 Functional Test Module Developer", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Developer\\": "" + "Magento\\FunctionalTest\\Developer\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Dhl/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Dhl/composer.json index d3004456843f0e6fa9c56c29e59605ab1330c420..a7c5fd0f6cf5f05a6ba2c7a1cc7150cbc34c20db 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Dhl/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Dhl/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-dhl", "description": "Magento 2 Functional Test Module Dhl", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Dhl\\": "" + "Magento\\FunctionalTest\\Dhl\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Directory/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Directory/composer.json index eca5738cc5cdac3faa16429170fdc77ddc051780..9efba5d2592bdbf450ca67bc3b0169da4d39460d 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Directory/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Directory/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-directory", "description": "Magento 2 Functional Test Module Directory", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Directory\\": "" + "Magento\\FunctionalTest\\Directory\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Downloadable/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Downloadable/composer.json index da969015270fc02215b835525f98a179aea9f978..242492bc7e0130957902541b8ef364f51f40eb09 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Downloadable/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Downloadable/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-downloadable", "description": "Magento 2 Functional Test Module Downloadable", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,32 +15,26 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-gift-message": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-gift-message": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Downloadable\\": "" + "Magento\\FunctionalTest\\Downloadable\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/DownloadableImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/DownloadableImportExport/composer.json index 1c2511d9b9dac912be57147e0f978263242a4c93..1d45efe751cc3ccf66e3201dd3e98a993f433e35 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/DownloadableImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/DownloadableImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-downloadable-import-export", "description": "Magento 2 Functional Test Module Downloadable Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-downloadable": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-downloadable": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\DownloadableImportExport\\": "" + "Magento\\FunctionalTest\\DownloadableImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Eav/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Eav/composer.json index 8865b797d081e46694fcffbbc5c14f4c148750a7..457543c13e020f3775d789952bed6423dc8056d5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Eav/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Eav/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-eav", "description": "Magento 2 Functional Test Module Eav", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Eav\\": "" + "Magento\\FunctionalTest\\Eav\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Email/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Email/composer.json index bd6d0699d5ddced912a86bd83f66ca80b4bc2857..0f8d5b27a3ed5e987da9d9f2c1837ca05748278c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Email/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Email/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-email", "description": "Magento 2 Functional Test Module Email", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-variable": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-variable": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Email\\": "" + "Magento\\FunctionalTest\\Email\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/EncryptionKey/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/EncryptionKey/composer.json index 347d3e07c5d47962cb1e0c00b590692c122fb31c..4e8debbc89755f74b339fbc7325c1a3a074186af 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/EncryptionKey/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/EncryptionKey/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-encryption-key", "description": "Magento 2 Functional Test Module Encryption Key", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\EncryptionKey\\": "" + "Magento\\FunctionalTest\\EncryptionKey\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Fedex/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Fedex/composer.json index bfe94e834c3580fb66f72988b5d1fdb02d218bb1..ecc4a6e3886839090d63a9f3f6c4970eb5c38c71 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Fedex/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Fedex/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-fedex", "description": "Magento 2 Functional Test Module Fedex", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Fedex\\": "" + "Magento\\FunctionalTest\\Fedex\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GiftMessage/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GiftMessage/composer.json index 97fdfe9ca40adedfe1273664d630edf496c4a8a5..15bc979a7e7b8f2d69ebe04cb81ad358c8de66ed 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GiftMessage/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GiftMessage/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-gift-message", "description": "Magento 2 Functional Test Module Gift Message", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GiftMessage\\": "" + "Magento\\FunctionalTest\\GiftMessage\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAdwords/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAdwords/composer.json index 265dad692469683bc70a5eaa5217df4d9f3b85ad..b91c49343d1037ec4c66ddc55390a184d60334d8 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAdwords/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAdwords/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-google-adwords", "description": "Magento 2 Functional Test Module Google Adwords", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GoogleAdwords\\": "" + "Magento\\FunctionalTest\\GoogleAdwords\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAnalytics/composer.json index 9fc3d17c75dccd9cdc32da98f6504e86c07c9017..d020e266ca9c5db5d93b55226b7461825f663906 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleAnalytics/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-google-analytics", "description": "Magento 2 Functional Test Module Google Analytics", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-cookie": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-cookie": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GoogleAnalytics\\": "" + "Magento\\FunctionalTest\\GoogleAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleOptimizer/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleOptimizer/composer.json index 5a5542539aa0942d617ee15b465fd8b148cb0b95..8dc7207d42b779d24ac00c1328d4af1d973a9697 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleOptimizer/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GoogleOptimizer/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-google-optimizer", "description": "Magento 2 Functional Test Module Google Optimizer", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-google-analytics": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-google-analytics": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GoogleOptimizer\\": "" + "Magento\\FunctionalTest\\GoogleOptimizer\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GraphQl/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GraphQl/composer.json index b2ddecd987d1cc595cf2871920605b343789bf74..296a254a4d213036223154852e673d8c1928ed1b 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GraphQl/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GraphQl/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-graph-ql", "description": "Magento 2 Functional Test Module Graph Ql", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-webapi": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev" + "magento/magento2-functional-test-module-webapi": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GraphQl\\": "" + "Magento\\FunctionalTest\\GraphQl\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedImportExport/composer.json index 0a0c3364faa66af0409d37b0d2b10c37e23e0eab..05f0d72d0e740d04c70d662a0f3d3fefc72eb8c0 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-grouped-import-export", "description": "Magento 2 Functional Test Module Grouped Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-grouped-product": "1.0.0-dev", - "magento/magento2-functional-test-module-import-export": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-grouped-product": "100.0.0-dev", + "magento/magento2-functional-test-module-import-export": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GroupedImportExport\\": "" + "Magento\\FunctionalTest\\GroupedImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedProduct/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedProduct/composer.json index 7254d77ba427647cefa5f88a5cbfda1560bb7642..036d0130867c8fa164c01283481cf8520fa49381 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedProduct/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/GroupedProduct/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-grouped-product", "description": "Magento 2 Functional Test Module Grouped Product", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,28 +15,22 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-msrp": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-msrp": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\GroupedProduct\\": "" + "Magento\\FunctionalTest\\GroupedProduct\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ImportExport/composer.json index 61b4747da1cc2e80a166179ab97c9381fb32496b..ccd2b010ff738032258f23b810fcdd6ef8587d08 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-import-export", "description": "Magento 2 Functional Test Module Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ImportExport\\": "" + "Magento\\FunctionalTest\\ImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Indexer/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Indexer/composer.json index 3077c2171989343c085feb1f9db16454074a601b..7f118d8d4e0aa8af9a9ced90ea469b3c8366275f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Indexer/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Indexer/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-indexer", "description": "Magento 2 Functional Test Module Indexer", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Indexer\\": "" + "Magento\\FunctionalTest\\Indexer\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/InstantPurchase/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/InstantPurchase/composer.json index 0ffaf50c91228157e2b1fe9874d8500ef049253c..2004570a0cad6b9716263fb97af58adffd6182f4 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/InstantPurchase/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/InstantPurchase/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-instant-purchase", "description": "Magento 2 Functional Test Module Instant Purchase", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-vault": "1.0.0-dev" + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-vault": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\InstantPurchase\\": "" + "Magento\\FunctionalTest\\InstantPurchase\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Integration/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Integration/composer.json index 8e9d51bc67f9aae650888ba704c0fc069e726d26..8ff747736c94a4ac561b35f55d6dfb480cd34fe5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Integration/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Integration/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-integration", "description": "Magento 2 Functional Test Module Integration", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-security": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-user": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-security": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-user": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Integration\\": "" + "Magento\\FunctionalTest\\Integration\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/LayeredNavigation/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/LayeredNavigation/composer.json index 31e6ee720a43e8f5f8bea5add4fa8f02fa472aa0..4579bbc1cbbd8c1290f1532a8d385b714c34c12b 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/LayeredNavigation/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/LayeredNavigation/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-layered-navigation", "description": "Magento 2 Functional Test Module Layered Navigation", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\LayeredNavigation\\": "" + "Magento\\FunctionalTest\\LayeredNavigation\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Marketplace/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Marketplace/composer.json index 3c46a479567bfc1fcc25d81e789753a6b393399c..b1249f0ef9cc0aa5843f645f847b0614ffcb11c8 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Marketplace/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Marketplace/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-marketplace", "description": "Magento 2 Functional Test Module Marketplace", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Marketplace\\": "" + "Magento\\FunctionalTest\\Marketplace\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/MediaStorage/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/MediaStorage/composer.json index 7367ba3cc524eb1997a21ef75c31714bb733a2d5..6326c8e7af73e5f798f2a3c2bff2348819417308 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/MediaStorage/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/MediaStorage/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-media-storage", "description": "Magento 2 Functional Test Module Media Storage", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\MediaStorage\\": "" + "Magento\\FunctionalTest\\MediaStorage\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Msrp/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Msrp/composer.json index 7941442a7701b551c2e3d2bf81b82181dff2c0b5..fe8ddd6d3b55b99bf5377f76da485b1622083309 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Msrp/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Msrp/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-msrp", "description": "Magento 2 Functional Test Module Msrp", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-downloadable": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-grouped-product": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-downloadable": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-grouped-product": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Msrp\\": "" + "Magento\\FunctionalTest\\Msrp\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Multishipping/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Multishipping/composer.json index 7173e96e9a79acb182aa8841ea06fe633f7661da..177fc24b9d0d7d0a2a206f5d94a53e1530b42bca 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Multishipping/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Multishipping/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-multishipping", "description": "Magento 2 Functional Test Module Multishipping", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev" + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Multishipping\\": "" + "Magento\\FunctionalTest\\Multishipping\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/NewRelicReporting/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/NewRelicReporting/composer.json index 0f663c82dcc7797f6fb2234539a6a738e36d723f..2a2cda0f85f463be3e4b0e0965627f136c43b899 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/NewRelicReporting/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/NewRelicReporting/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-new-relic-reporting", "description": "Magento 2 Functional Test Module New Relic Reporting", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-configurable-product": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-configurable-product": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\NewRelicReporting\\": "" + "Magento\\FunctionalTest\\NewRelicReporting\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/composer.json index 9085ac604e2b7e7baf28dd38c59e7c9d61ed9856..eb952a34a048330b8837f049e63f83de138fc5ed 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-newsletter", "description": "Magento 2 Functional Test Module Newsletter", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-require-js": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-require-js": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Newsletter\\": "" + "Magento\\FunctionalTest\\Newsletter\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflinePayments/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflinePayments/composer.json index 0631ae3f7f00c3e3cb0e4f032f7d8d25467190c1..30c236974bc50feff90790fae46fc6f5bae115a5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflinePayments/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflinePayments/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-offline-payments", "description": "Magento 2 Functional Test Module Offline Payments", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev" + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\OfflinePayments\\": "" + "Magento\\FunctionalTest\\OfflinePayments\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflineShipping/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflineShipping/composer.json index d3d3ef506a628e41d5dcb8a32730e89b99d4a9f7..4decb42f0c1e381861ca2103a25432cee500ad62 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflineShipping/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/OfflineShipping/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-offline-shipping", "description": "Magento 2 Functional Test Module Offline Shipping", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\OfflineShipping\\": "" + "Magento\\FunctionalTest\\OfflineShipping\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageCache/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageCache/composer.json index 4eed53f7def7fccc84988e4797901ed81b71dc0c..496108b6f68d94d73529466067ab9c0493a2fb87 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageCache/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageCache/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-page-cache", "description": "Magento 2 Functional Test Module Page Cache", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\PageCache\\": "" + "Magento\\FunctionalTest\\PageCache\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Payment/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Payment/composer.json index c275682aef4a9c10125486fb2fdf3758367f46e4..354652c14364186a4f1fe5beb8f604e7700f64de 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Payment/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Payment/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-payment", "description": "Magento 2 Functional Test Module Payment", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Payment\\": "" + "Magento\\FunctionalTest\\Payment\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Paypal/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Paypal/composer.json index 6de5394fe90e239674198db0cd442861f5aaa593..b6df1314b0efc52e899a67ad68027ebafa20ebe9 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Paypal/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Paypal/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-paypal", "description": "Magento 2 Functional Test Module Paypal", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,32 +15,26 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-instant-purchase": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-vault": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-instant-purchase": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-vault": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Paypal\\": "" + "Magento\\FunctionalTest\\Paypal\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Persistent/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Persistent/composer.json index ac984fed22058610414c75c79cf34ae00f5fc106..bd7db62c886163beefc5a5f55ed54cc1b54b0884 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Persistent/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Persistent/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-persistent", "description": "Magento 2 Functional Test Module Persistent", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-cron": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-cron": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Persistent\\": "" + "Magento\\FunctionalTest\\Persistent\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductAlert/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductAlert/composer.json index cbc9c7f6b8fadd9ecb79981d0159049665c41a95..7ef8a4a3da73705821453eef3f1d056b5fc8662a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductAlert/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductAlert/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-product-alert", "description": "Magento 2 Functional Test Module Product Alert", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ProductAlert\\": "" + "Magento\\FunctionalTest\\ProductAlert\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductVideo/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductVideo/composer.json index 62efdd818358d4351886fef67e884fdd1b1d7309..daa23cb4d48c9ef9a1a79219011a82806ae06a0d 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductVideo/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductVideo/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-product-video", "description": "Magento 2 Functional Test Module Product Video", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ProductVideo\\": "" + "Magento\\FunctionalTest\\ProductVideo\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Quote/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Quote/composer.json index a5d5c9553d3b70a2944c6c301acb6535ec5237b1..9468fdf072ebfe9a5649259af72d0d56963e3a64 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Quote/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Quote/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-quote", "description": "Magento 2 Functional Test Module Quote", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,30 +15,24 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-sequence": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-sequence": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Quote\\": "" + "Magento\\FunctionalTest\\Quote\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/QuoteAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/QuoteAnalytics/composer.json index 560dd1838ef2da1c27546fb3228361938c963706..4bd28d1b3c9031d494ca6930873362d229b03947 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/QuoteAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/QuoteAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-quote-analytics", "description": "Magento 2 Acceptance Test Module Quote Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-quote": "1.0.0-dev" + "magento/magento2-functional-test-module-quote": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\QuoteAnalytics\\": "" + "Magento\\FunctionalTest\\QuoteAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Reports/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Reports/composer.json index d2b61833ece30663c8a9f4f56c588cd23778a668..0ed1758889509ec15131e5e6307f3662602db94e 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Reports/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Reports/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-reports", "description": "Magento 2 Functional Test Module Reports", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,32 +15,26 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-downloadable": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-review": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev", - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-downloadable": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-review": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev", + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Reports\\": "" + "Magento\\FunctionalTest\\Reports\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/RequireJs/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/RequireJs/composer.json index ef0b6c466e65b23d3dd2d76543b41f365ef941a7..91ad289e0428844c5691220301dd99d7c57c062a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/RequireJs/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/RequireJs/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-require-js", "description": "Magento 2 Functional Test Module Require Js", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\RequireJs\\": "" + "Magento\\FunctionalTest\\RequireJs\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/RequireJs" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Review/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Review/composer.json index 987d5159bca6ce077f521538dd2cbaf95fcdf077..6b68bb0edc7579f7f116d80ebd2c460685f7c140 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Review/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Review/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-review", "description": "Magento 2 Functional Test Module Review", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-newsletter": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-newsletter": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Review\\": "" + "Magento\\FunctionalTest\\Review\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ReviewAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ReviewAnalytics/composer.json index f6cbbd17193a310c7d0f20f01041e2e0acb6a3a9..546a20fe50c0f22fff7d92f6506ae02ea63e33e4 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ReviewAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ReviewAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-review-analytics", "description": "Magento 2 Acceptance Test Module Review Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-review": "1.0.0-dev" + "magento/magento2-functional-test-module-review": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\ReviewAnalytics\\": "" + "Magento\\FunctionalTest\\ReviewAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Robots/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Robots/composer.json index bbf0fc5edde75c3ab84bdebb7f49949d9268b18d..27945d5e16138509e1f4012e2c3dc6d91582614c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Robots/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Robots/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-robots", "description": "Magento 2 Functional Test Module Robots", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Robots\\": "" + "Magento\\FunctionalTest\\Robots\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rss/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rss/composer.json index 1eb7d17a8a6991e0d6e10aa13cf6092ca7350238..e8d57dd2456ccb2895c9629753882bdee1330658 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rss/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rss/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-rss", "description": "Magento 2 Functional Test Module Rss", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Rss\\": "" + "Magento\\FunctionalTest\\Rss\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rule/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rule/composer.json index cc33ad7c9fa4d49a66a7af522275ff1171302cb0..1d19dad8e30a8b8bbbf5e07e0439bb3b8891e88e 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rule/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Rule/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-rule", "description": "Magento 2 Functional Test Module Rule", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Rule\\": "" + "Magento\\FunctionalTest\\Rule\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sales/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sales/composer.json index a33c0c8171e25050362d63bab01d573cda5b975e..f9b37ac3d18c36901f5efccbc8e2bfcd7445dbde 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sales/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sales/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sales", "description": "Magento 2 Functional Test Module Sales", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,39 +15,33 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-gift-message": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-reports": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-sales-sequence": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev", - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-gift-message": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-reports": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-sales-sequence": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev", + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Sales\\": "" + "Magento\\FunctionalTest\\Sales\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesAnalytics/composer.json index 1b92df693dc2b503c6f011be3b5b3b3c182c239c..0b37233aa5927d02b9eba9bd421b4b77a93b49b7 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-sales-analytics", "description": "Magento 2 Acceptance Test Module Sales Analytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-sales": "1.0.0-dev" + "magento/magento2-functional-test-module-sales": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SalesAnalytics\\": "" + "Magento\\FunctionalTest\\SalesAnalytics\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesInventory/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesInventory/composer.json index dadb08dac12ced126449f7a48101aa612b169252..75f35cd1d29fd749262f43b05bfd6ab7eb259864 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesInventory/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesInventory/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sales-inventory", "description": "Magento 2 Functional Test Module Sales Inventory", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SalesInventory\\": "" + "Magento\\FunctionalTest\\SalesInventory\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/composer.json index c6591bd79bea9db562ba98ef38839b0e6ffe3316..0bb3ad9cf6330768d9e33d3b09bf9d6f1398a586 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sales-rule", "description": "Magento 2 Functional Test Module Sales Rule", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,32 +15,26 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-reports": "1.0.0-dev", - "magento/magento2-functional-test-module-rule": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-reports": "100.0.0-dev", + "magento/magento2-functional-test-module-rule": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SalesRule\\": "" + "Magento\\FunctionalTest\\SalesRule\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesSequence/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesSequence/composer.json index 81c2f16f344d186d44ba36c6b6791518dda5bc9c..218a5e4ce1ff96702b8e79d4bd3d228add9216c8 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesSequence/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesSequence/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sales-sequence", "description": "Magento 2 Functional Test Module Sales Sequence", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SalesSequence\\": "" + "Magento\\FunctionalTest\\SalesSequence\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesSequence" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleData/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleData/composer.json index 80426872ef6ad2039c354ea3e43343ff94aa7a21..6e6229ae322ba109c6d14314fa8ba7c3f47d1f59 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleData/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleData/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sample-data", "description": "Magento 2 Functional Test Module Sample Data", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SampleData\\": "" + "Magento\\FunctionalTest\\SampleData\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleData" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE.txt b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE.txt new file mode 100644 index 0000000000000000000000000000000000000000..49525fd99da9c51e6d85420266d41cb3d6b7a648 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE.txt @@ -0,0 +1,48 @@ + +Open Software License ("OSL") v. 3.0 + +This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: + +Licensed under the Open Software License version 3.0 + + 1. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: + + 1. to reproduce the Original Work in copies, either alone or as part of a collective work; + + 2. to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work; + + 3. to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License; + + 4. to perform the Original Work publicly; and + + 5. to display the Original Work publicly. + + 2. Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works. + + 3. Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work. + + 4. Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license. + + 5. External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c). + + 6. Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + + 7. Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer. + + 8. Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation. + + 9. Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including 'fair use' or 'fair dealing'). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c). + + 10. Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + + 11. Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License. + + 12. Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + + 13. Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + + 14. Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + 15. Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + + 16. Modification of This License. This License is Copyright (C) 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Open Software License" or "OSL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process. \ No newline at end of file diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE_AFL.txt b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE_AFL.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39d641b18a19e56df6c8a3e4038c940fb886b32 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/LICENSE_AFL.txt @@ -0,0 +1,48 @@ + +Academic Free License ("AFL") v. 3.0 + +This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: + +Licensed under the Academic Free License version 3.0 + + 1. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: + + 1. to reproduce the Original Work in copies, either alone or as part of a collective work; + + 2. to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work; + + 3. to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor's reserved rights and remedies, in this Academic Free License; + + 4. to perform the Original Work publicly; and + + 5. to display the Original Work publicly. + + 2. Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works. + + 3. Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work. + + 4. Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license. + + 5. External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c). + + 6. Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + + 7. Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer. + + 8. Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation. + + 9. Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including "fair use" or "fair dealing"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c). + + 10. Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + + 11. Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License. + + 12. Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + + 13. Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + + 14. Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + 15. Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + + 16. Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Academic Free License" or "AFL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process. diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/README.md b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/README.md new file mode 100644 index 0000000000000000000000000000000000000000..986c2af6164e9b2164f381e976f800750006ec55 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/README.md @@ -0,0 +1,3 @@ +# Magento 2 Functional Tests + +The Functional Tests Module for **Magento_SampleTemplates** Module. diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..da0d8598f8d7d9fd397d359f71be567c9b95499a --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates/composer.json @@ -0,0 +1,30 @@ +{ + "name": "magento/magento2-functional-test-module-sample-templates", + "description": "Magento 2 Functional Test Module Sample Templates", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "magento/magento2-functional-testing-framework": "1.0.0", + "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" + }, + "autoload": { + "psr-4": { + "Magento\\FunctionalTest\\SampleTemplates\\": "" + } + }, + "extra": { + "map": [ + [ + "*", + "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTemplates" + ] + ] + } +} diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE.txt b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE.txt new file mode 100644 index 0000000000000000000000000000000000000000..49525fd99da9c51e6d85420266d41cb3d6b7a648 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE.txt @@ -0,0 +1,48 @@ + +Open Software License ("OSL") v. 3.0 + +This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: + +Licensed under the Open Software License version 3.0 + + 1. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: + + 1. to reproduce the Original Work in copies, either alone or as part of a collective work; + + 2. to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work; + + 3. to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License; + + 4. to perform the Original Work publicly; and + + 5. to display the Original Work publicly. + + 2. Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works. + + 3. Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work. + + 4. Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license. + + 5. External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c). + + 6. Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + + 7. Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer. + + 8. Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation. + + 9. Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including 'fair use' or 'fair dealing'). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c). + + 10. Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + + 11. Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License. + + 12. Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + + 13. Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + + 14. Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + 15. Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + + 16. Modification of This License. This License is Copyright (C) 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Open Software License" or "OSL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process. \ No newline at end of file diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE_AFL.txt b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE_AFL.txt new file mode 100644 index 0000000000000000000000000000000000000000..f39d641b18a19e56df6c8a3e4038c940fb886b32 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/LICENSE_AFL.txt @@ -0,0 +1,48 @@ + +Academic Free License ("AFL") v. 3.0 + +This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: + +Licensed under the Academic Free License version 3.0 + + 1. Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: + + 1. to reproduce the Original Work in copies, either alone or as part of a collective work; + + 2. to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work; + + 3. to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor's reserved rights and remedies, in this Academic Free License; + + 4. to perform the Original Work publicly; and + + 5. to display the Original Work publicly. + + 2. Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works. + + 3. Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work. + + 4. Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license. + + 5. External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c). + + 6. Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + + 7. Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer. + + 8. Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation. + + 9. Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including "fair use" or "fair dealing"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c). + + 10. Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + + 11. Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License. + + 12. Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + + 13. Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + + 14. Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + + 15. Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + + 16. Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Academic Free License" or "AFL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process. diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/README.md b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f3340b205f1a3ff63ef3c11e2f3af7bd4f2a35d9 --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/README.md @@ -0,0 +1,3 @@ +# Magento 2 Functional Tests + +The Functional Tests Module for **Magento_SampleTests** Module. diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..70a9e9806b7b631c0e55ecfef484a8814741bc5a --- /dev/null +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests/composer.json @@ -0,0 +1,30 @@ +{ + "name": "magento/magento2-functional-test-module-sample-tests", + "description": "Magento 2 Functional Test Module Sample Tests", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "magento/magento2-functional-testing-framework": "1.0.0", + "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" + }, + "autoload": { + "psr-4": { + "Magento\\FunctionalTest\\SampleTests\\": "" + } + }, + "extra": { + "map": [ + [ + "*", + "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SampleTests" + ] + ] + } +} diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Search/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Search/composer.json index 446f4303e7602260a592347e7708d90f5e9141f9..c49c01d906ec3568106abe9bcb973ce7b6da201f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Search/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Search/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-search", "description": "Magento 2 Functional Test Module Search", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-search": "1.0.0-dev", - "magento/magento2-functional-test-module-reports": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-search": "100.0.0-dev", + "magento/magento2-functional-test-module-reports": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Search\\": "" + "Magento\\FunctionalTest\\Search\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Security/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Security/composer.json index 4350ca6810b34b79262e6ac436a7b0d1123b5760..49278c3877af17f030f25f49edcf010913f0ea0d 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Security/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Security/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-security", "description": "Magento 2 Functional Test Module Security", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,18 +15,12 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Security\\": "" + "Magento\\FunctionalTest\\Security\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SendFriend/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SendFriend/composer.json index c93c457816d95cf650904edd623e7407f80ad471..34c4fe3b466f28c3603faaa2b1c22e55e047ee37 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SendFriend/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SendFriend/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-send-friend", "description": "Magento 2 Functional Test Module Send Friend", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SendFriend\\": "" + "Magento\\FunctionalTest\\SendFriend\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Shipping/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Shipping/composer.json index cd82c92da1975f5d3fa0b83f068ebe7eb03b0fbf..007c4a85ee91955c4953794e6a4028c301c0cebe 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Shipping/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Shipping/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-shipping", "description": "Magento 2 Functional Test Module Shipping", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,29 +15,23 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-contact": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-user": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-contact": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-user": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Shipping\\": "" + "Magento\\FunctionalTest\\Shipping\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sitemap/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sitemap/composer.json index ef33b62ac5e8e962ea034a744e49d51e896039ff..35cfb059ee516c7a9f4c5f563bfb9155588283f3 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sitemap/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sitemap/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-sitemap", "description": "Magento 2 Functional Test Module Sitemap", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-robots": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-robots": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Sitemap\\": "" + "Magento\\FunctionalTest\\Sitemap\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/composer.json index 7e768c4b90ec8ccc37a48aff185daf53460fefb2..e456d4113c43082a02cc9041cab09761461b56a5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-store", "description": "Magento 2 Functional Test Module Store", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,21 +15,15 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Store\\": "" + "Magento\\FunctionalTest\\Store\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swagger/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swagger/composer.json index 213b3d1bdff61325cd24a374a9b5fd6579f5d391..9d6c6ac8a8e22747fbd5802fd1b9203fb7312659 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swagger/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swagger/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-swagger", "description": "Magento 2 Functional Test Module Swagger", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Swagger\\": "" + "Magento\\FunctionalTest\\Swagger\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swagger" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swatches/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swatches/composer.json index 3cfab737aa48ea51a2b72a5a67bc2cc8d898ccac..60588d548aacccd0d6cfa6bedb99dca0623f4d36 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swatches/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Swatches/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-swatches", "description": "Magento 2 Functional Test Module Swatches", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-configurable-product": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-configurable-product": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Swatches\\": "" + "Magento\\FunctionalTest\\Swatches\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SwatchesLayeredNavigation/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SwatchesLayeredNavigation/composer.json index bb7df9b687e1e1b6de35b501e478ba2123172107..64d374145ce97fc59b9a3907e99b90693872952c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SwatchesLayeredNavigation/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SwatchesLayeredNavigation/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-swatches-layered-navigation", "description": "Magento 2 Functional Test Module Swatches Layered Navigation", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\SwatchesLayeredNavigation\\": "" + "Magento\\FunctionalTest\\SwatchesLayeredNavigation\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SwatchesLayeredNavigation" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Tax/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Tax/composer.json index cbcbbea1f2519f3d87567510fb3e02c85c6f3542..c81eac8e64e83a961276499b70ccedd57788fc0f 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Tax/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Tax/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-tax", "description": "Magento 2 Functional Test Module Tax", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,29 +15,23 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-reports": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-reports": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Tax\\": "" + "Magento\\FunctionalTest\\Tax\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/TaxImportExport/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/TaxImportExport/composer.json index b9c550fda243d6b2cec41daf5a27d1fea4d72bbd..92c8043066c3afd4db10dc7a568cbc39c8525b13 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/TaxImportExport/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/TaxImportExport/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-tax-import-export", "description": "Magento 2 Functional Test Module Tax Import Export", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\TaxImportExport\\": "" + "Magento\\FunctionalTest\\TaxImportExport\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Theme/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Theme/composer.json index 4fcba7e8baba366b4f15609258e7dd00900d7b93..5e0e44f3b1f686e6c1c47f78459d9163d9ca322c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Theme/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Theme/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-theme", "description": "Magento 2 Functional Test Module Theme", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,26 +15,20 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-media-storage": "1.0.0-dev", - "magento/magento2-functional-test-module-require-js": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev", - "magento/magento2-functional-test-module-widget": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-media-storage": "100.0.0-dev", + "magento/magento2-functional-test-module-require-js": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev", + "magento/magento2-functional-test-module-widget": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Theme\\": "" + "Magento\\FunctionalTest\\Theme\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Translation/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Translation/composer.json index 9f1ff7470fea9d50fc3c1f940bb3c348ed78e5ee..3c41daeb237053ef4fe3146917c11bf24148ae1c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Translation/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Translation/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-translation", "description": "Magento 2 Functional Test Module Translation", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-developer": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-developer": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Translation\\": "" + "Magento\\FunctionalTest\\Translation\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ui/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ui/composer.json index 3411d25cdb8ee472dfb1221d75feb5fe82a639a1..c8b9594133978c973b8242e74cce1db7570bc68b 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ui/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ui/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-ui", "description": "Magento 2 Functional Test Module Ui", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-user": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-user": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Ui\\": "" + "Magento\\FunctionalTest\\Ui\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ups/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ups/composer.json index e3100ca49bcf5d73d0e15a5664405e1e0e02d5eb..d972a81232963ce64154ad9c8820c200bee35bb9 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ups/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Ups/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-ups", "description": "Magento 2 Functional Test Module Ups", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Ups\\": "" + "Magento\\FunctionalTest\\Ups\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/UrlRewrite/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/UrlRewrite/composer.json index 4ecae5ca4804386df98e019bec29469cebb43caf..b0b8e5ff73a72a9d683a1853f62af29fb0401648 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/UrlRewrite/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/UrlRewrite/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-url-rewrite", "description": "Magento 2 Functional Test Module Url Rewrite", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-cms-url-rewrite": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-cms-url-rewrite": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\UrlRewrite\\": "" + "Magento\\FunctionalTest\\UrlRewrite\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/User/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/User/composer.json index 945e3383a94e02afc27df6e761e4113ed54879f0..5263f08825394ba9ac3db597f5e7bbc143616c7c 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/User/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/User/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-user", "description": "Magento 2 Functional Test Module User", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-integration": "1.0.0-dev", - "magento/magento2-functional-test-module-security": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-integration": "100.0.0-dev", + "magento/magento2-functional-test-module-security": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\User\\": "" + "Magento\\FunctionalTest\\User\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Usps/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Usps/composer.json index c8815b5d49010ebc563b50dde37a834d419a2f31..a4f4b182caecc2adbbaf27bb01204cb80a8be017 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Usps/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Usps/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-usps", "description": "Magento 2 Functional Test Module Usps", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,24 +15,18 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-config": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-shipping": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-config": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-shipping": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Usps\\": "" + "Magento\\FunctionalTest\\Usps\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Variable/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Variable/composer.json index 4886a968b11da878649fcb0af3156f679e7c601d..4b38be8f11dfdde5e643ec164c2b33954e6cdbe3 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Variable/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Variable/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-variable", "description": "Magento 2 Functional Test Module Variable", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,19 +15,13 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Variable\\": "" + "Magento\\FunctionalTest\\Variable\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Vault/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Vault/composer.json index 51bbeb652ab796e4eb4ac135ad620727b7b18c18..c5a28256b7aa5e37a51ad907347303a2c0480bcd 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Vault/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Vault/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-vault", "description": "Magento 2 Functional Test Module Vault", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,22 +15,16 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-payment": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-payment": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Vault\\": "" + "Magento\\FunctionalTest\\Vault\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Version/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Version/composer.json index 119aa2fca5461f1e91d8b1646fb6e0febafb4ccb..3e222e5641ab6f982e6d89f7b07a8e92bde2cfbf 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Version/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Version/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-version", "description": "Magento 2 Functional Test Module Version", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -8,15 +14,9 @@ "magento/magento2-functional-testing-framework": "1.0.0", "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Version\\": "" + "Magento\\FunctionalTest\\Version\\": "" } }, "extra": { @@ -26,6 +26,5 @@ "dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Version" ] ] - }, - "suggest": null + } } diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Webapi/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Webapi/composer.json index e9a12a1c055e6931e515c50002714bceffb4325d..00916f722e3d6bcdad2e9943aa2e848e93ec89e8 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Webapi/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Webapi/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-webapi", "description": "Magento 2 Functional Test Module Webapi", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,20 +15,14 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-authorization": "1.0.0-dev", - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-integration": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev" + "magento/magento2-functional-test-module-authorization": "100.0.0-dev", + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-integration": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Webapi\\": "" + "Magento\\FunctionalTest\\Webapi\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WebapiSecurity/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WebapiSecurity/composer.json index bda7e23dacbdff72ab5d74e74c04cdbfebafc513..f66e3e65d26d7214ed472a1195a333c670b3da22 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WebapiSecurity/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WebapiSecurity/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-webapi-security", "description": "Magento 2 Functional Test Module Webapi Security", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-webapi": "1.0.0-dev" + "magento/magento2-functional-test-module-webapi": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\WebapiSecurity\\": "" + "Magento\\FunctionalTest\\WebapiSecurity\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Weee/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Weee/composer.json index 1698a517349ff9bd3591d18655ebfedd27446fdb..9bc06706ee75ea849ea850763b1452456732ece5 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Weee/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Weee/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-weee", "description": "Magento 2 Functional Test Module Weee", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,28 +15,22 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-directory": "1.0.0-dev", - "magento/magento2-functional-test-module-eav": "1.0.0-dev", - "magento/magento2-functional-test-module-page-cache": "1.0.0-dev", - "magento/magento2-functional-test-module-quote": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-tax": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-directory": "100.0.0-dev", + "magento/magento2-functional-test-module-eav": "100.0.0-dev", + "magento/magento2-functional-test-module-page-cache": "100.0.0-dev", + "magento/magento2-functional-test-module-quote": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-tax": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Weee\\": "" + "Magento\\FunctionalTest\\Weee\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Widget/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Widget/composer.json index 0fdf707a3befd19358fc64b96ad1aef2ea55052f..40445beb03c09ca146d9860bb0c3d37dc17c684a 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Widget/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Widget/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-widget", "description": "Magento 2 Functional Test Module Widget", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,23 +15,17 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-cms": "1.0.0-dev", - "magento/magento2-functional-test-module-email": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-theme": "1.0.0-dev", - "magento/magento2-functional-test-module-variable": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-cms": "100.0.0-dev", + "magento/magento2-functional-test-module-email": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-theme": "100.0.0-dev", + "magento/magento2-functional-test-module-variable": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Widget\\": "" + "Magento\\FunctionalTest\\Widget\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Wishlist/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Wishlist/composer.json index 1c8dcf9dbdee4fd7f593a914731cd3fb9d48837a..70e8df41e731318f13ac57988cc135323a88b2ac 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Wishlist/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Wishlist/composer.json @@ -1,6 +1,12 @@ { "name": "magento/magento2-functional-test-module-wishlist", "description": "Magento 2 Functional Test Module Wishlist", + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], "config": { "sort-packages": true }, @@ -9,25 +15,19 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-backend": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog": "1.0.0-dev", - "magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev", - "magento/magento2-functional-test-module-checkout": "1.0.0-dev", - "magento/magento2-functional-test-module-customer": "1.0.0-dev", - "magento/magento2-functional-test-module-rss": "1.0.0-dev", - "magento/magento2-functional-test-module-sales": "1.0.0-dev", - "magento/magento2-functional-test-module-store": "1.0.0-dev", - "magento/magento2-functional-test-module-ui": "1.0.0-dev" + "magento/magento2-functional-test-module-backend": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog": "100.0.0-dev", + "magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev", + "magento/magento2-functional-test-module-checkout": "100.0.0-dev", + "magento/magento2-functional-test-module-customer": "100.0.0-dev", + "magento/magento2-functional-test-module-rss": "100.0.0-dev", + "magento/magento2-functional-test-module-sales": "100.0.0-dev", + "magento/magento2-functional-test-module-store": "100.0.0-dev", + "magento/magento2-functional-test-module-ui": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\Wishlist\\": "" + "Magento\\FunctionalTest\\Wishlist\\": "" } }, "extra": { diff --git a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WishlistAnalytics/composer.json b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WishlistAnalytics/composer.json index 0c09eacb90df213cb8b60b4df68029f8c0dd4bbb..b49a321f44884d12f7e70a0533c65fc0346d9248 100644 --- a/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WishlistAnalytics/composer.json +++ b/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/WishlistAnalytics/composer.json @@ -1,11 +1,11 @@ { "name": "magento/magento2-functional-test-module-wishlist-analytics", "description": "Magento 2 Acceptance Test Module WishlistAnalytics", - "repositories": [ - { - "type": "composer", - "url": "https://repo.magento.com/" - } + "type": "magento2-test-module", + "version": "100.0.0-dev", + "license": [ + "OSL-3.0", + "AFL-3.0" ], "config": { "sort-packages": true @@ -15,17 +15,11 @@ "php": "7.0.2|7.0.4|~7.0.6|~7.1.0" }, "suggest": { - "magento/magento2-functional-test-module-wishlist": "1.0.0-dev" + "magento/magento2-functional-test-module-wishlist": "100.0.0-dev" }, - "type": "magento2-test-module", - "version": "1.0.0-dev", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "psr-4": { - "Magento\\WishlistAnalytics\\": "" + "Magento\\FunctionalTest\\WishlistAnalytics\\": "" } }, "extra": {