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 d6f629f commit cf073feCopy full SHA for cf073fe
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/PriceTest.php
@@ -23,6 +23,8 @@
23
24
/**
25
* Class to test Bundle products Price indexer resource model
26
+ *
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
28
*/
29
class PriceTest extends TestCase
30
{
@@ -97,6 +99,7 @@ protected function setUp(): void
97
99
98
100
101
* @throws \ReflectionException
102
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
103
104
public function testCalculateDynamicBundleSelectionPrice(): void
105
0 commit comments