예제 #1
0
파일: RowTest.php 프로젝트: opexsw/magento2
 /**
  * @expectedException \Magento\Framework\Exception\InputException
  * @expectedExceptionMessage Could not rebuild index for undefined product
  */
 public function testEmptyId()
 {
     $this->_model->execute(null);
 }
예제 #2
0
 /**
  * Execute partial indexation by ID list
  *
  * @param int[] $ids
  * @return void
  */
 public function executeList(array $ids)
 {
     $this->_productPriceIndexerRows->execute($ids);
 }