You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MFTF produces php notices on running vendor/bin/mftf doctor.
Preconditions
Magento 2.4.3-p1
Selenium 3.8.1
selenium/standalone-chrome-debug
Steps to reproduce
run vendor/bin/mftf doctor
Expected result
no warnings or notices in the console
Actual result
it produces several notices:
PHP Notice: Undefined property: Magento\FunctionalTestingFramework\Module\MagentoWebDriverDoctor::$httpProxy in /magento-demo/src/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php on line 94
Notice: Undefined property: Magento\FunctionalTestingFramework\Module\MagentoWebDriverDoctor::$httpProxy in /magento-demo/src/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php on line 94
PHP Notice: Undefined property: Magento\FunctionalTestingFramework\Module\MagentoWebDriverDoctor::$httpProxyPort in /magento-demo/src/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php on line 95
Notice: Undefined property: Magento\FunctionalTestingFramework\Module\MagentoWebDriverDoctor::$httpProxyPort in /magento-demo/src/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php on line 95
MFTF produces php notices on running
vendor/bin/mftf doctor
.Preconditions
Steps to reproduce
vendor/bin/mftf doctor
Expected result
no warnings or notices in the console
Actual result
it produces several notices:
@magento I am working on this
The text was updated successfully, but these errors were encountered: