Skip to content

Commit 8d209c3

Browse files
committed
Ignore PHPMD StaticAccess for ObjectManager::getInstance() in test class
1 parent 54ce141 commit 8d209c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/App/ControllerActionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @magentoAppIsolation enabled
1919
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2020
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
21+
* @SuppressWarnings(PHPMD.StaticAccess)
2122
*/
2223
class ControllerActionTest extends TestCase
2324
{

0 commit comments

Comments
 (0)