We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834f33a commit 30b4eccCopy full SHA for 30b4ecc
dev/tests/integration/testsuite/Magento/Test/Integrity/StaticFilesTest.php
@@ -10,6 +10,7 @@
10
11
/**
12
* An integrity test that searches for references to static files and asserts that they are resolved via fallback
13
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14
*/
15
class StaticFilesTest extends \PHPUnit\Framework\TestCase
16
{
@@ -55,7 +56,6 @@ class StaticFilesTest extends \PHPUnit\Framework\TestCase
55
56
57
private $filesystem;
58
-
59
protected function setUp()
60
61
$om = \Magento\TestFramework\Helper\Bootstrap::getObjectmanager();
0 commit comments