Response $response:
Overrides Constraint::matches
protected function matches($response) : bool { $cookie = $this->getCookie($response); if (!$cookie) { return false; } return $this->value === (string) $cookie->getValue(); }