-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#27500 Prepare ConfigurableProduct module Tests for PHPUnit 8 #27822
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
#27500 Prepare ConfigurableProduct module Tests for PHPUnit 8 #27822
Conversation
Hi @lbajsarowicz. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
The cause of failure is:
|
app/code/Magento/ConfigurableProduct/Test/Unit/Observer/HideUnsupportedAttributeTypesTest.php
Show resolved
Hide resolved
app/code/Magento/ConfigurableProduct/Test/Unit/Model/Quote/Item/CartItemProcessorTest.php
Show resolved
Hide resolved
app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/SaveHandlerTest.php
Outdated
Show resolved
Hide resolved
@slavvka could you give some info why static tests failing? |
@magento run all tests |
|
…onfigurableProduct
@slavvka Is that message from PHPStan? |
@lbajsarowicz no, phpunit when running PHP static tests, only on B2B:
|
Also here are the same warnings:
|
…onfigurableProduct
Static only in B2B:
|
Unit CE, EE, B2B
|
…onfigurableProduct
|
Static tests
|
@magento run all tests |
From my perspective this pr could be merged, as I understood issue inside EE or b2b version |
Hi @lbajsarowicz, thank you for your contribution! |
Description (*)
Preparing PHPUnit Tests to run with PHPUnit 8.
PRs for each module is separated to make tests easier to merge.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
N/A
Questions or comments
PR #27701 needs to be merged first (otherwise PHPUnit tests fail)
Contribution checklist (*)