File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Magento/FunctionalTestingFramework/Suite Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ public static function getInstance(): SuiteGenerator
95
95
*/
96
96
public function generateAllSuites ($ testManifest )
97
97
{
98
- $ this ->generateTestgroupmembership ($ testManifest );
99
98
$ suites = $ testManifest ->getSuiteConfig ();
100
99
101
100
foreach ($ suites as $ suiteName => $ suiteContent ) {
@@ -118,6 +117,7 @@ public function generateAllSuites($testManifest)
118
117
// if our first element is an array we know that we have split the suites
119
118
if (is_array ($ firstElement )) {
120
119
$ this ->generateSplitSuiteFromTest ($ suiteName , $ suiteContent );
120
+ $ this ->generateTestgroupmembership ($ testManifest );
121
121
}
122
122
} catch (FastFailException $ e ) {
123
123
throw $ e ;
You can’t perform that action at this time.
0 commit comments