Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mftf doctor produces php notices because of missed variables #877

Open
asannikov opened this issue Dec 26, 2021 · 1 comment
Open

mftf doctor produces php notices because of missed variables #877

asannikov opened this issue Dec 26, 2021 · 1 comment

Comments

@asannikov
Copy link

asannikov commented Dec 26, 2021

MFTF produces php notices on running vendor/bin/mftf doctor.

Preconditions

  1. Magento 2.4.3-p1
  2. Selenium 3.8.1
  3. selenium/standalone-chrome-debug

Steps to reproduce

  1. 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

@magento I am working on this

@m2-assistant
Copy link

m2-assistant bot commented Dec 26, 2021

Hi @asannikov. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant