/**
  * Test for method getRowsGroupedByErrorCode. Unexpects errors.
  */
 public function testGetRowsGroupedByErrorCodeNoErrors()
 {
     $result = $this->model->getRowsGroupedByErrorCode();
     $this->assertInternalType('array', $result);
     $this->assertCount(0, $result);
 }