Skip to content

Commit 7b0e528

Browse files
committed
Added class comment ProductTest to remove static test warning
1 parent 8c4bfa6 commit 7b0e528

File tree

1 file changed

+6
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel

1 file changed

+6
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/ProductTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
use Magento\Framework\Exception\InputException;
1515
use Magento\Framework\Exception\StateException;
1616

17+
/**
18+
* Tests product resource model
19+
*
20+
* @see \Magento\Catalog\Model\ResourceModel\Product
21+
* @see \Magento\Catalog\Model\ResourceModel\AbstractResource
22+
*/
1723
class ProductTest extends TestCase
1824
{
1925
/**

0 commit comments

Comments
 (0)