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 e5c4968 commit f443d43Copy full SHA for f443d43
app/code/Magento/CatalogSearch/Test/Unit/Model/Resource/FulltextTest.php
@@ -4,7 +4,7 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-namespace CatalogSearch\Test\Unit\Model\Resource;
+namespace Magento\CatalogSearch\Test\Unit\Model\Resource;
8
9
10
use Magento\CatalogSearch\Model\Resource\Fulltext;
@@ -52,7 +52,8 @@ protected function setUp()
52
->willReturn($this->adapter);
53
54
$objectManager = new ObjectManager($this);
55
- $this->target = $objectManager->getObject('\Magento\CatalogSearch\Model\Resource\Fulltext',
+ $this->target = $objectManager->getObject(
56
+ '\Magento\CatalogSearch\Model\Resource\Fulltext',
57
[
58
'context' => $this->context,
59
]
0 commit comments