public function testGetDate() { $bag = new HeaderBag(array( 'foo' => 'Tue, 4 Sep 2012 20:00:00 +0200', )); $headerDate = $bag ->getDate('foo'); $this ->assertInstanceOf('DateTime', $headerDate); }