Skip to content

Commit 5d93c4c

Browse files
author
Andrii Kasian
committed
MAGETWO-36797: Implements Index Action for PhpHandler
1 parent 2387335 commit 5d93c4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/_files/products_advanced_rollback.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
}
2929

3030
/** @var \Magento\Catalog\Model\Resource\Product\Collection $collection */
31-
$collection = $objectManager->create('Magento\Catalog\Model\Resource\Category\Collection');
31+
$collection = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
32+
->create('Magento\Catalog\Model\Resource\Category\Collection');
3233
$collection
3334
->addAttributeToFilter('level', 2)
3435
->load()

0 commit comments

Comments
 (0)