Beispiel #1
0
 public function testDoExecuteRow()
 {
     $this->indexBuilder->expects($this->once())->method('reindexFull');
     $this->indexer->executeRow(5);
 }