Skip to content

Commit 6a5798e

Browse files
committed
MQE-1755: mftf run:test Test1 Test2 does not run before/after hooks correctly
fixed unit test failures
1 parent 9cfeb9c commit 6a5798e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ private function runTestsInSuite(array $suitesConfig, OutputInterface $output)
145145
/**
146146
* Runs the codeception test command and returns exit code
147147
*
148-
* @param String $command
148+
* @param string $command
149149
* @param OutputInterface $output
150-
* @return int
150+
* @return integer
151151
*
152152
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
153153
*/
154-
private function executeTestCommand(String $command, OutputInterface $output)
154+
private function executeTestCommand(string $command, OutputInterface $output)
155155
{
156156
$process = new Process($command);
157157
$process->setWorkingDirectory(TESTS_BP);

0 commit comments

Comments
 (0)