We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0bdf8 commit 05e9aaaCopy full SHA for 05e9aaa
app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/ConfigurableProductTest.php
@@ -22,6 +22,10 @@
22
use Magento\Catalog\Model\ResourceModel\Product\Option\Collection as optionCollection;
23
use Magento\Catalog\Model\ResourceModel\Product\Option\Value\Collection as optionValueCollection;
24
25
+/**
26
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
+ */
28
+
29
class ConfigurableProductTest extends TestCase
30
{
31
/**
0 commit comments