/**
  * @expectedException \RuntimeException
  */
 public function testGetDateException()
 {
     $bag = new HeaderBag(array('foo' => 'Tue'));
     $headerDate = $bag->getDate('foo');
 }