File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Backend/Model/Search/Config/Result
dev/tests/integration/testsuite/Magento/Backend/Model/Search Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* Config SearchResult Builder
14
+ * @SuppressWarnings(PHPMD.LongVariable)
14
15
*/
15
16
class Builder
16
17
{
Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* @magentoAppArea adminhtml
21
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects )
21
+ * @SuppressWarnings(PHPMD.StaticAccess )
22
22
*/
23
23
class ConfigTest extends \PHPUnit \Framework \TestCase
24
24
{
@@ -68,7 +68,7 @@ private function getConfigSearchInstance()
68
68
->getArea (FrontNameResolver::AREA_CODE )
69
69
->load (Area::PART_CONFIG );
70
70
71
- \ Magento \ TestFramework \ Helper \ Bootstrap::getObjectManager ()->configure ([
71
+ Bootstrap::getObjectManager ()->configure ([
72
72
'preferences ' => [
73
73
AuthorizationInterface::class => \Magento \Backend \Model \Search \AuthorizationMock::class
74
74
]
You can’t perform that action at this time.
0 commit comments