/** * */ function test_cookie() { $request = new Request([Arg::COOKIES => ['foo' => 'bar']]); $this->assertEquals('bar', $request->cookie('foo')); }