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