@expectedException \InvalidArgumentException
public function testGetCookiesWithInvalidArgument() { $bag = new ResponseHeaderBag(); $cookies = $bag ->getCookies('invalid_argument'); }