Skip to content

Commit d896259

Browse files
committed
Fix bug 26449: Fix code standard
1 parent 7cad476 commit d896259

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel

1 file changed

+5
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel/ProductTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
use Magento\Framework\Api\SearchCriteria;
1919
use Magento\Framework\Indexer\ActionInterface;
2020

21+
/**
22+
* Unit test and integration test for plugin
23+
*
24+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25+
*/
2126
class ProductTest extends \PHPUnit\Framework\TestCase
2227
{
2328
/**

0 commit comments

Comments
 (0)