Skip to content

Commit 42841e8

Browse files
DQNEOfabpot
authored andcommitted
fix comment: not fourth but sixth argument
1 parent 62bc2c4 commit 42841e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Tests/RequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testInitialize()
4242
$this->assertEquals('bar', $request->attributes->get('foo'), '->initialize() takes an array of attributes as its third argument');
4343

4444
$request->initialize(array(), array(), array(), array(), array(), array('HTTP_FOO' => 'bar'));
45-
$this->assertEquals('bar', $request->headers->get('FOO'), '->initialize() takes an array of HTTP headers as its fourth argument');
45+
$this->assertEquals('bar', $request->headers->get('FOO'), '->initialize() takes an array of HTTP headers as its sixth argument');
4646
}
4747

4848
public function testGetLocale()

0 commit comments

Comments
 (0)