We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee28165 commit 93630f3Copy full SHA for 93630f3
src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php
@@ -150,6 +150,9 @@ public function generateSuite($suiteName)
150
public function generateTestgroupmembership($testManifest)
151
{
152
$memberShipFilePath = FilePathFormatter::format(TESTS_MODULE_PATH).'_generated/testgroupmembership.txt';
153
+ if (!is_file($memberShipFilePath)) {
154
+ return;
155
+ }
156
157
$testManifestArray = (array) $testManifest;
158
$prefix = chr(0).'*'.chr(0);
0 commit comments