Skip to content

Commit 30b4ecc

Browse files
committed
MAGETWO-86867: [Tech Debt] Revise LESS/CSS classes and icons
1 parent 834f33a commit 30b4ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Test/Integrity/StaticFilesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* An integrity test that searches for references to static files and asserts that they are resolved via fallback
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1314
*/
1415
class StaticFilesTest extends \PHPUnit\Framework\TestCase
1516
{
@@ -55,7 +56,6 @@ class StaticFilesTest extends \PHPUnit\Framework\TestCase
5556
*/
5657
private $filesystem;
5758

58-
5959
protected function setUp()
6060
{
6161
$om = \Magento\TestFramework\Helper\Bootstrap::getObjectmanager();

0 commit comments

Comments
 (0)