File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
tests/functional/_support Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff 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%"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \CloudDocker \Test \Functional \Support ;
9-
108use Codeception \Events ;
119use Codeception \Extension ;
1210use Codeception \Event \FailEvent ;
You can’t perform that action at this time.
0 commit comments