File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
app/code/Magento/CatalogSearch Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6+ declare (strict_types=1 );
7+
68namespace Magento \CatalogSearch \Plugin ;
79
810/**
Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6+ declare (strict_types=1 );
7+
68namespace Magento \CatalogSearch \Test \Unit \Plugin ;
79
810use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
@@ -19,6 +21,11 @@ class EnableEavIndexerTest extends \PHPUnit\Framework\TestCase
1921 */
2022 private $ config ;
2123
24+ /**
25+ * Set up
26+ *
27+ * @return void
28+ */
2229 protected function setUp ()
2330 {
2431 $ this ->config = $ this ->getMockBuilder (\Magento \Config \Model \Config::class)
You can’t perform that action at this time.
0 commit comments