public function testExecuteRow()
 {
     $except = 5;
     $this->productFlatIndexerRow->expects($this->any())->method('execute')->with($this->equalTo($except));
     $this->model->executeRow($except);
 }