-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.3-develop' into feature/make-related-products-in-chec…
…kout-configurable
- Loading branch information
Showing
1,799 changed files
with
16,285 additions
and
14,353 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Admin Notification Functional Tests | ||
|
||
The Functional Test Module for **Magento Admin Notification** module. |
20 changes: 20 additions & 0 deletions
20
app/code/Magento/AdminNotification/Test/Mftf/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "magento/functional-test-module-admin-notification", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.1.3||~7.2.0", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-media-storage": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-ui": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Advanced Pricing Import Export Functional Tests | ||
|
||
The Functional Test Module for **Magento Advanced Pricing Import Export** module. |
23 changes: 23 additions & 0 deletions
23
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "magento/functional-test-module-advanced-pricing-import-export", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.1.3||~7.2.0", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-inventory": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-eav": "100.0.0-dev", | ||
"magento/functional-test-module-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Advanced Search Functional Tests | ||
|
||
The Functional Test Module for **Magento Advanced Search** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "magento/functional-test-module-advanced-search", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-search": "100.0.0-dev", | ||
"magento/functional-test-module-config": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-search": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"php": "~7.1.3||~7.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"proprietary" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Amqp Functional Tests | ||
|
||
The Functional Test Module for **Magento Amqp** module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "magento/functional-test-module-amqp", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/framework-amqp": "100.0.0-dev", | ||
"magento/framework-message-queue": "100.0.0-dev", | ||
"php": "~7.1.3||~7.2.0" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"proprietary" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd"> | ||
<entity name="adminNoReport" type="user"> | ||
<data key="username" unique="suffix">noreport</data> | ||
<data key="firstname">No</data> | ||
<data key="lastname">Report</data> | ||
<data key="email" unique="prefix">noreport@example.com</data> | ||
<data key="password">123123q</data> | ||
<data key="password_confirmation">123123q</data> | ||
<data key="interface_local">en_US</data> | ||
<data key="is_active">true</data> | ||
<data key="current_password">123123q</data> | ||
</entity> | ||
<entity name="restrictedWebUser" type="user"> | ||
<data key="username" unique="suffix">restrictedWebUser</data> | ||
<data key="firstname">restricted</data> | ||
<data key="lastname">webUser</data> | ||
<data key="email" unique="prefix">restrictedWebUser@example.com</data> | ||
<data key="password">123123q</data> | ||
<data key="password_confirmation">123123q</data> | ||
<data key="interface_local">en_US</data> | ||
<data key="is_active">true</data> | ||
<data key="current_password">123123q</data> | ||
</entity> | ||
</entities> |
Oops, something went wrong.