Skip to content

Commit 04ff5b5

Browse files
committed
MQE-1754: mftf generate:tests AdminLoginTest -f does not obey the -f flag
- set MftfApplicationConfig for generate and run console commands
1 parent 319001b commit 04ff5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
123123
/**
124124
* Function which builds up a configuration including test and suites for consumption of Magento generation methods.
125125
*
126-
* @param string $json
127-
* @param array $tests
126+
* @param string $json
127+
* @param array $tests
128128
* @return array
129129
* @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
130130
* @throws \Magento\FunctionalTestingFramework\Exceptions\XmlException

0 commit comments

Comments
 (0)