コード例 #1
0
ファイル: FixtureModelTest.php プロジェクト: nja78/magento2
 public function testReindex()
 {
     $outputMock = $this->getMock('\Symfony\Component\Console\Output\OutputInterface', [], [], '', false);
     $this->model->reindex($outputMock);
 }