Skip to content

Commit 5b4046b

Browse files
committed
Only HttpCookies
1 parent fd73dcd commit 5b4046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request/RequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function test_cookies()
114114
{
115115
$request = new HttpRequest([Arg::COOKIES => ['foo' => 'bar']]);
116116

117-
$this->assertEquals(['foo' => 'bar'], $request->cookies());
117+
$this->assertEquals(['foo' => 'bar'], $request->cookies()->all());
118118
}
119119

120120
/**

0 commit comments

Comments
 (0)