Skip to content

Commit

Permalink
MAGETWO-24366: [GITHUB] Fulltext search index: slow query in resetSea…
Browse files Browse the repository at this point in the history
…rchResults() #566

- Fix static tests
  • Loading branch information
igrybkov committed May 12, 2015
1 parent e5c4968 commit f443d43
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/

namespace CatalogSearch\Test\Unit\Model\Resource;
namespace Magento\CatalogSearch\Test\Unit\Model\Resource;


use Magento\CatalogSearch\Model\Resource\Fulltext;
Expand Down Expand Up @@ -52,7 +52,8 @@ protected function setUp()
->willReturn($this->adapter);

$objectManager = new ObjectManager($this);
$this->target = $objectManager->getObject('\Magento\CatalogSearch\Model\Resource\Fulltext',
$this->target = $objectManager->getObject(
'\Magento\CatalogSearch\Model\Resource\Fulltext',
[
'context' => $this->context,
]
Expand Down

0 comments on commit f443d43

Please sign in to comment.