/**
  * Test hasFailed()
  */
 public function testHasFailed()
 {
     $this->assertFalse($this->object->hasFailed());
 }