示例#1
0
 public function testReindex()
 {
     $outputMock = $this->getMock('\Symfony\Component\Console\Output\OutputInterface', [], [], '', false);
     $this->model->reindex($outputMock);
 }