Skip to content

Commit b9545e0

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: [HttpClient] Support for cURL handler objects. [HttpClient] unset activity list when creating CurlResponse Fixed typo in test name add .body wrapper element [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" [VarDumper] Support for cURL handler objects. Check whether path is file in DataPart::fromPath() [DI][FrameworkBundle] Remove whitelist occurrences Avoid accessibility errors on debug toolbar update cookie test
2 parents b9adef7 + c46b676 commit b9545e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/CookieTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function getTestsForToFromString()
4747
return [
4848
['foo=bar; path=/'],
4949
['foo=bar; path=/foo'],
50+
['foo="Test"; path=/'],
5051
['foo=bar; domain=example.com; path=/'],
5152
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
5253
['foo=bar; path=/; httponly'],

0 commit comments

Comments
 (0)