Skip to content

Commit b006344

Browse files
committed
Let the user know that we are fetching version info before test generation
1 parent d233025 commit b006344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ private function getEnabledDirectoryPaths($enabledModules, $allModulePaths)
248248
private function printMagentoVersionInfo()
249249
{
250250
$url = ConfigSanitizerUtil::sanitizeUrl($_ENV['MAGENTO_BASE_URL']) . $this->versionUrl;
251+
print "Fetching version information from {$url}";
251252
$ch = curl_init($url);
252253
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
253254
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

0 commit comments

Comments
 (0)