Skip to content

Commit 8928539

Browse files
committed
Fix static test
1 parent 3e456b2 commit 8928539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Sales/Test/Unit/Controller/Guest/ReorderTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
use PHPUnit\Framework\MockObject\MockObject;
2525
use PHPUnit\Framework\TestCase;
2626

27+
/**
28+
* Test class for Reorder
29+
*
30+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31+
*/
2732
class ReorderTest extends TestCase
2833
{
2934
/**

0 commit comments

Comments
 (0)