File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
tests/functional/Codeception Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ modules:
2020 mcd_repo : " https://github.com/magento/magento-cloud-docker.git"
2121 mcc_repo : " https://github.com/magento/magento-cloud-components.git"
2222 mcp_repo : " https://github.com/magento/magento-cloud-patches.git"
23+ mqp_repo : " https://github.com/magento/quality-patches.git"
2324 ece_tools_repo : " https://github.com/magento/ece-tools.git"
2425 composer_magento_username : " %REPO_USERNAME%"
2526 composer_magento_password : " %REPO_PASSWORD%"
Original file line number Diff line number Diff line change @@ -307,6 +307,16 @@ public function addCloudPatchesGitRepoToComposer(): bool
307307 return $ this ->addGitRepoToComposer ('mcp ' );
308308 }
309309
310+ /**
311+ * Adds cloud-patches repo to composer.json
312+ *
313+ * @return bool
314+ */
315+ public function addQualityPatchesGitRepoToComposer (): bool
316+ {
317+ return $ this ->addGitRepoToComposer ('mqp ' );
318+ }
319+
310320 /**
311321 * Adds ece-tools repo to composer.json
312322 *
You can’t perform that action at this time.
0 commit comments