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 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \CatalogSearch \Plugin ;
7
9
8
10
/**
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \CatalogSearch \Test \Unit \Plugin ;
7
9
8
10
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
@@ -19,6 +21,11 @@ class EnableEavIndexerTest extends \PHPUnit\Framework\TestCase
19
21
*/
20
22
private $ config ;
21
23
24
+ /**
25
+ * Set up
26
+ *
27
+ * @return void
28
+ */
22
29
protected function setUp ()
23
30
{
24
31
$ this ->config = $ this ->getMockBuilder (\Magento \Config \Model \Config::class)
You can’t perform that action at this time.
0 commit comments