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:
20
20
mcd_repo : " https://github.com/magento/magento-cloud-docker.git"
21
21
mcc_repo : " https://github.com/magento/magento-cloud-components.git"
22
22
mcp_repo : " https://github.com/magento/magento-cloud-patches.git"
23
+ mqp_repo : " https://github.com/magento/quality-patches.git"
23
24
ece_tools_repo : " https://github.com/magento/ece-tools.git"
24
25
composer_magento_username : " %REPO_USERNAME%"
25
26
composer_magento_password : " %REPO_PASSWORD%"
Original file line number Diff line number Diff line change @@ -307,6 +307,16 @@ public function addCloudPatchesGitRepoToComposer(): bool
307
307
return $ this ->addGitRepoToComposer ('mcp ' );
308
308
}
309
309
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
+
310
320
/**
311
321
* Adds ece-tools repo to composer.json
312
322
*
You can’t perform that action at this time.
0 commit comments