Ejemplo n.º 1
0
 public function testAgeCorrectsDeltaSecondsOverflow()
 {
     $ageHeader = new Age();
     $ageHeader->setDeltaSeconds(PHP_INT_MAX);
     $this->assertEquals('Age: 2147483648', $ageHeader->toString());
 }