Skip to content

Commit

Permalink
Fix bug 26449: Fix code standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tna274 committed Mar 28, 2020
1 parent 7cad476 commit d896259
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
use Magento\Framework\Api\SearchCriteria;
use Magento\Framework\Indexer\ActionInterface;

/**
* Unit test and integration test for plugin
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ProductTest extends \PHPUnit\Framework\TestCase
{
/**
Expand Down

0 comments on commit d896259

Please sign in to comment.