/**
  * Test for method getAllowedErrorsCount.
  */
 public function testGetAllowedErrorsCount()
 {
     $this->assertEquals($this->model->getAllowedErrorsCount(), 0);
 }