Skip to content

Commit 6857c28

Browse files
Merge branch '4.4'
* 4.4: Update GitHub PR template [DI] fix related to preloading [HttpKernel] fix compat with legacy DebugClassLoader [WebProfilerBundle] Assign automatic colors to custom Stopwatch categories [DI] use dirname() when possible Simplify usage of dirname() Remove Google references when not needed Simplify usage of dirname() don't dump a scalar tag value on its own line Remove Google references when not needed [DI] fix Preloader [HttpClient] fix calling the buffer-enabling callback [HttpClient] fix php notice on push do not perform string operations on null Require exact match when reading from stdin with a dash
2 parents 7f7a494 + 177fe57 commit 6857c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CookieTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public function getTestsForToFromString()
4747
return [
4848
['foo=bar; path=/'],
4949
['foo=bar; path=/foo'],
50-
['foo=bar; domain=google.com; path=/'],
50+
['foo=bar; domain=example.com; path=/'],
5151
['foo=bar; domain=example.com; path=/; secure', 'https://example.com/'],
5252
['foo=bar; path=/; httponly'],
53-
['foo=bar; domain=google.com; path=/foo; secure; httponly', 'https://google.com/'],
53+
['foo=bar; domain=example.com; path=/foo; secure; httponly', 'https://example.com/'],
5454
['foo=bar=baz; path=/'],
5555
['foo=bar%3Dbaz; path=/'],
5656
];

0 commit comments

Comments
 (0)