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 ae2fc5e commit 7161244Copy full SHA for 7161244
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -193,7 +193,7 @@ private function sanitizeGroupName($group): string
193
194
// if this is an existing suite name we dont' need to worry about changing it
195
if ($exactMatch || strpos($group, "_") === false) {
196
- return $group;
+ return $group;
197
}
198
199
// if we can't find this group in the generated suites we have to assume that the group was split for generation
0 commit comments