Skip to content

Commit eb05da0

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-4318: seprate function
1 parent 1c4f1dd commit eb05da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private function generateSuiteFromTest($suiteName, $tests = [], $originalSuiteNa
178178
{
179179
$relativePath = TestGenerator::GENERATED_DIR . DIRECTORY_SEPARATOR . $suiteName;
180180
$fullPath = FilePathFormatter::format(TESTS_MODULE_PATH) . $relativePath . DIRECTORY_SEPARATOR;
181+
181182
DirSetupUtil::createGroupDir($fullPath);
182183
$exceptionCollector = new ExceptionCollector();
183184
try {
@@ -200,6 +201,7 @@ private function generateSuiteFromTest($suiteName, $tests = [], $originalSuiteNa
200201
} else {
201202
$relevantTests = SuiteObjectHandler::getInstance()->getObject($suiteName)->getTests();
202203
}
204+
203205
if (empty($relevantTests)) {
204206
$exceptionCollector->reset();
205207
// There are suites that include no test on purpose for certain Magento edition.

0 commit comments

Comments
 (0)