Пример #1
0
 public function testExecuteFull()
 {
     $this->_productEavIndexerFull->expects($this->once())->method('execute');
     $this->_model->executeFull();
 }
Пример #2
0
 public function testExecuteFull()
 {
     $this->_productEavIndexerFull->expects($this->once())->method('execute');
     $this->cacheContextMock->expects($this->once())->method('registerTags')->with([\Magento\Catalog\Model\Category::CACHE_TAG, \Magento\Catalog\Model\Product::CACHE_TAG]);
     $this->model->executeFull();
 }