From fafe5cd51e586eab5d103e38c39c38f993f7f9b3 Mon Sep 17 00:00:00 2001 From: Manjusha S Date: Mon, 25 Nov 2024 13:16:45 +0530 Subject: [PATCH] MFTF 3.12.5 release --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 2 +- etc/config/command.php | 2 -- .../DataTransport/Protocol/CurlTransport.php | 1 - .../FunctionalTestingFramework/Module/MagentoWebDriver.php | 3 --- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e18bdf3c..c3c534cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Magento Functional Testing Framework Changelog ================================================ +3.12.5 +--------- + +### Fixes +* Provided support for 7.4 and above 3.12.4 --------- diff --git a/composer.json b/composer.json index 264f83217..e2f185b12 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "3.12.4", + "version": "3.12.5", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index 91a9a555b..6ea8b43bf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a17423dfb9da3204c6b152578a3fb76d", + "content-hash": "4a1ed28e8ac797eb158a5a701d47556b", "packages": [ { "name": "allure-framework/allure-codeception", diff --git a/etc/config/command.php b/etc/config/command.php index 01eb1128b..0d8fc7997 100644 --- a/etc/config/command.php +++ b/etc/config/command.php @@ -31,7 +31,6 @@ try { $process->run(); $output = $process->getOutput(); - echo $output; if (!$process->isSuccessful()) { $failureOutput = $process->getErrorOutput(); if (!empty($failureOutput)) { @@ -48,7 +47,6 @@ } if (checkForFilePath($output)) { - echo __LINE__.$output; $output = "CLI output suppressed, filepath detected in output."; } diff --git a/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php b/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php index 90b07af70..3c4881558 100644 --- a/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php +++ b/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php @@ -170,7 +170,6 @@ public function write($url, $body = [], $method = CurlInterface::POST, $headers public function read($successRegex = null, $returnRegex = null, $returnIndex = null) { $response = curl_exec($this->getResource()); - print_r($response); if ($response === false) { throw new TestFrameworkException(curl_error($this->getResource())); } diff --git a/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php b/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php index 73fe749fc..4f240a3bd 100644 --- a/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php +++ b/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php @@ -571,9 +571,6 @@ public function magentoCLI($command, $timeout = null, $arguments = null) ); $executor = new CurlTransport(); - echo "api url".$apiURL; - echo "token ".WebApiAuth::getAdminToken(); - echo "arguments" .$arguments; $executor->write( $apiURL, [