Skip to content

Commit a7b4802

Browse files
MCLOUD-13147: Removed the warning fix for FailedInfo test file which appear on composer update
1 parent baadc09 commit a7b4802

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

codeception.dist.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ modules:
1717
config:
1818
Magento\CloudDocker\Test\Functional\Codeception\TestInfrastructure:
1919
template_repo: "https://github.com/magento/magento-cloud.git"
20-
mcd_repo: "https://github.com/magento/magento-cloud-docker.git"
21-
mcc_repo: "https://github.com/magento/magento-cloud-components.git"
22-
mcp_repo: "https://github.com/magento/magento-cloud-patches.git"
23-
mqp_repo: "https://github.com/magento/quality-patches.git"
24-
ece_tools_repo: "https://github.com/magento/ece-tools.git"
25-
composer_magento_username: "%REPO_USERNAME%"
26-
composer_magento_password: "%REPO_PASSWORD%"
27-
composer_github_token: "%GITHUB_TOKEN%"
20+
mcd_repo: "https://github.com/magento-commerce/magento-cloud-docker.git"
21+
mcc_repo: "https://github.com/magento-commerce/magento-cloud-components.git"
22+
mcp_repo: "https://github.com/magento-commerce/magento-cloud-patches.git"
23+
mqp_repo: "https://github.com/magento-commerce/quality-patches.git"
24+
ece_tools_repo: "https://github.com/magento-commerce/ece-tools.git"
25+
composer_magento_username: "ef3b7137d50aee1c330db65fefeb1848"
26+
composer_magento_password: "1916340bb6189552d73ead2d3966e188"
27+
composer_github_token: "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"
2828
use_custom_images: false
2929
custom_images_namespace: "cloudft"
3030
version_custom_images: "%TRAVIS_BUILD_NUMBER%"

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"psr-4": {
3838
"Magento\\CloudDocker\\": "src/",
3939
"Magento\\CloudDocker\\Test\\Integration\\": "tests/integration",
40-
"Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/",
41-
"Magento\\CloudDocker\\Test\\Functional\\Support\\": "tests/functional/_support/"
40+
"Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/"
4241
}
4342
},
4443
"scripts": {

tests/functional/_support/FailedInfo.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\CloudDocker\Test\Functional\Support;
9-
108
use Codeception\Events;
119
use Codeception\Extension;
1210
use Codeception\Event\FailEvent;

0 commit comments

Comments
 (0)