We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c42a8 commit 27fead0Copy full SHA for 27fead0
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/DisableSessionTest.php
@@ -77,7 +77,7 @@ public function testPrivateSessionContentCookiePresentWhenSessionEnabled()
77
private function isCookieSet(array $setCookieHeader, string $cookieName): bool
78
{
79
return count(array_filter($setCookieHeader, function ($cookie) use ($cookieName) {
80
- return str_starts_with($cookie, $cookieName);
+ return str_starts_with($cookie, $cookieName . '=');
81
})) > 0;
82
}
83
0 commit comments