getTimedOut() public method

TODO determine the purpose of this.
public getTimedOut ( ) : boolean
return boolean
Example #1
0
 /**
  * @group unit
  */
 public function testGetTimedOut()
 {
     $this->assertFalse($this->_health->getTimedOut());
 }