public function testGetCookie() { $_COOKIE['foo'] = 'bar'; $this->assertSame('bar', $this->_request->getCookie('foo')); }