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
9595 */
9696 public function generateAllSuites ($ testManifest )
9797 {
98- $ this ->generateTestgroupmembership ($ testManifest );
9998 $ suites = $ testManifest ->getSuiteConfig ();
10099
101100 foreach ($ suites as $ suiteName => $ suiteContent ) {
@@ -118,6 +117,7 @@ public function generateAllSuites($testManifest)
118117 // if our first element is an array we know that we have split the suites
119118 if (is_array ($ firstElement )) {
120119 $ this ->generateSplitSuiteFromTest ($ suiteName , $ suiteContent );
120+ $ this ->generateTestgroupmembership ($ testManifest );
121121 }
122122 } catch (FastFailException $ e ) {
123123 throw $ e ;
You can’t perform that action at this time.
0 commit comments