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 0017f8a commit 60fce89Copy full SHA for 60fce89
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -130,7 +130,10 @@ public function getEnabledModules()
130
return $this->enabledModules;
131
}
132
133
- $this->printMagentoVersionInfo();
+ $testGenerationPhase = $GLOBALS['GENERATE_TESTS'] ?? false;
134
+ if ($testGenerationPhase) {
135
+ $this->printMagentoVersionInfo();
136
+ }
137
138
$token = $this->getAdminToken();
139
if (!$token || !is_string($token)) {
0 commit comments