Skip to content

Commit bb22cbf

Browse files
authored
MCLOUD-6338: Magento Quality Patches (#244)
1 parent 12be27b commit bb22cbf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

codeception.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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%"

tests/functional/Codeception/TestInfrastructure.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)