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 d21105c commit a978e52Copy full SHA for a978e52
dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php
@@ -80,7 +80,7 @@ protected function setUp(): void
80
$this->_model = $this->objectManager->create(Category::class);
81
$this->categoryResource = $this->objectManager->get(CategoryResource::class);
82
$this->categoryRepository = $this->objectManager->get(CategoryRepositoryInterface::class);
83
- $this->dataFixtureStorage = $this->objectManager->get(DataFixtureStorageManager::class)->getStorage();
+ $this->dataFixtureStorage = DataFixtureStorageManager::getStorage();
84
}
85
86
public function testGetUrlInstance(): void
0 commit comments