/** * @throws \Magento\Framework\Exception\LocalizedException * * @return void */ public function testExecuteRow() { $id = 5; $this->indexer->expects($this->once())->method('doExecuteRow')->with($id); $this->indexer->executeRow($id); }