Skip to content

Commit 8597fcb

Browse files
committed
MQE-1755: mftf run:test Test1 Test2 does not run before/after hooks correctly
fix unit tests
1 parent 3b84f12 commit 8597fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9898
/**
9999
* Run tests not referenced in suites
100100
*
101-
* @param array $tests
101+
* @param array $tests
102102
* @param OutputInterface $output
103103
* @return void
104104
* @throws TestFrameworkException
@@ -137,7 +137,7 @@ private function runTests(array $tests, OutputInterface $output)
137137
/**
138138
* Run tests referenced in suites within suites' context.
139139
*
140-
* @param array $suitesConfig
140+
* @param array $suitesConfig
141141
* @param OutputInterface $output
142142
* @return void
143143
*

0 commit comments

Comments
 (0)