Skip to content

Commit 22d2831

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +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-
181+
182182
DirSetupUtil::createGroupDir($fullPath);
183183
$exceptionCollector = new ExceptionCollector();
184184
try {

0 commit comments

Comments
 (0)