Skip to content

Commit b7c4186

Browse files
authored
Update SuiteGenerator.php
1 parent 3731107 commit b7c4186

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ public function generateSuite($suiteName)
150150
public function generateTestgroupmembership($testManifest)
151151
{
152152
$memberShipFilePath = FilePathFormatter::format(TESTS_MODULE_PATH).'_generated/testgroupmembership.txt';
153-
if (!is_file($memberShipFilePath)) {
154-
return;
155-
}
153+
156154

157155
$testManifestArray = (array) $testManifest;
158156
$prefix = chr(0).'*'.chr(0);

0 commit comments

Comments
 (0)