Skip to content

Commit 60fce89

Browse files
committed
MQE-526: Do not depend on xml merging by filename-order
- only print version during generation
1 parent 0017f8a commit 60fce89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ public function getEnabledModules()
130130
return $this->enabledModules;
131131
}
132132

133-
$this->printMagentoVersionInfo();
133+
$testGenerationPhase = $GLOBALS['GENERATE_TESTS'] ?? false;
134+
if ($testGenerationPhase) {
135+
$this->printMagentoVersionInfo();
136+
}
134137

135138
$token = $this->getAdminToken();
136139
if (!$token || !is_string($token)) {

0 commit comments

Comments
 (0)