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 2a84039 commit 3d63b11Copy full SHA for 3d63b11
app/code/Magento/Review/Test/Unit/Block/FormTest.php
@@ -26,6 +26,9 @@
26
use Magento\Review\Model\Rating;
27
use Magento\Review\Model\ResourceModel\Rating\Collection as RatingCollection;
28
29
+/**
30
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31
+ */
32
class FormTest extends TestCase
33
{
34
/** @var Form */
0 commit comments