Example #1
0
 public function testGetIndexer()
 {
     $indexerId = 1;
     $this->configMock->expects($this->once())->method('get')->with($indexerId)->willReturnSelf();
     $this->model->getIndexer($indexerId);
 }