Skip to content

Commit e345f05

Browse files
committed
MQE-1796: Magento Git vs Composer and MFTF
Addressed review comments
1 parent 6f9dc12 commit e345f05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/git-vs-composer-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#Git vs Composer Installation of Magento with MFTF
22

33

4-
###How to download Magento + MFTF from GitHub?
4+
###GitHub Installation
55

66
If you are planning on contributing a PR to the Magento 2 codebase, you can download Magento 2 from GitHub. Contribution to the codebase is done using the 'fork and pull' model where contributors maintain their own fork of the repo. This repo is then used to submit a pull request to the base repo.
77

88
Install guide: [GitHub Installation](https://devdocs.magento.com/mftf/docs/getting-started.html)
99

10-
###How to download Magento + MFTF via Composer?
10+
###Composer based Installation
1111

1212
Composer install downloads released packages of Magento 2 from the composer repo [https://repo.magento.com](https://repo.magento.com).
1313

@@ -16,7 +16,7 @@ All Magento modules and their MFTF tests are put under `<vendor>` directory for
1616
Install guide: [Composer based Installation](https://devdocs.magento.com/guides/v2.3/install-gde/composer.html)
1717

1818

19-
###Managing MFTF test artifacts - Composer vs GitHub
19+
###Managing modules - Composer vs GitHub
2020

2121
####Via GitHub:
2222

@@ -57,7 +57,7 @@ The file structure under both paths is the same as below:
5757

5858
###How ModuleResolver reads modules
5959

60-
In either of the installations, all tests and test data are read and merged by MFTF's ModuleResolver in the order indicated the below:
60+
In either of the installations, all tests and test data are read and merged by MFTF's ModuleResolver in the order indicated below:
6161

6262
1. `<magento_root>/app/code/<vendor_name>/<module_name>/Test/Mftf/`
6363
2. `<magento_root>/vendor/<vendor_name>/<module_name>/Test/Mftf/`

0 commit comments

Comments
 (0)