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 3731107 commit b7c4186Copy full SHA for b7c4186
src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php
@@ -150,9 +150,7 @@ 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