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 839377e commit 37bdd10Copy full SHA for 37bdd10
src/Magento/FunctionalTestingFramework/Test/Handlers/TestObjectHandler.php
@@ -110,7 +110,7 @@ public function getTestsByGroup($groupName)
110
foreach ($this->tests as $test) {
111
/** @var TestObject $test */
112
if (in_array($groupName, $test->getAnnotationByName('group'))) {
113
- $relevantTests[$test->getName()] = $test;
+ $relevantTests[$test->getName()] = $this->extendTest($test);
114
continue;
115
}
116
0 commit comments