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:
17
17
config :
18
18
Magento\CloudDocker\Test\Functional\Codeception\TestInfrastructure :
19
19
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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 "
28
28
use_custom_images : false
29
29
custom_images_namespace : " cloudft"
30
30
version_custom_images : " %TRAVIS_BUILD_NUMBER%"
Original file line number Diff line number Diff line change 37
37
"psr-4" : {
38
38
"Magento\\ CloudDocker\\ " : " src/" ,
39
39
"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/"
42
41
}
43
42
},
44
43
"scripts" : {
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CloudDocker \Test \Functional \Support ;
9
-
10
8
use Codeception \Events ;
11
9
use Codeception \Extension ;
12
10
use Codeception \Event \FailEvent ;
You can’t perform that action at this time.
0 commit comments