Skip to content

Commit 7a4332a

Browse files
committed
Merge branch '3.2'
* 3.2: [TwigBundle] fixed usage when Templating is not installed [Validator] Check cascasdedGroups for being countable [Cache] Add changelog for 3.2 [Cache] Add changelog [Filesystem] Check that the directory is writable after created it in dumpFile() [HttpFoundation] Improved set cookie header tests [Serializer] int is valid when float is expected when deserializing JSON [Console] increased code coverage of Output classes Added missing headers in fixture files [Profiler][VarDumper] Fix minor color issue & duplicated selector
2 parents 75acea0 + 33eb76b commit 7a4332a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ResponseHeaderBagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function provideMakeDispositionFail()
331331
);
332332
}
333333

334-
protected function assertSetCookieHeader($expected, ResponseHeaderBag $actual)
334+
private function assertSetCookieHeader($expected, ResponseHeaderBag $actual)
335335
{
336336
$this->assertRegExp('#^Set-Cookie:\s+'.preg_quote($expected, '#').'$#m', str_replace("\r\n", "\n", (string) $actual));
337337
}

0 commit comments

Comments
 (0)