public function testClearChangelog() { $this->viewProcessorMock->expects($this->once())->method('clearChangelog')->with('indexer')->willReturnSelf(); $this->model->clearChangelog(); }
/** * Clean indexer view changelogs * * @return void */ public function clearChangelog() { $this->mviewProcessor->clearChangelog('indexer'); }