\Symfony\Component\HttpFoundation\Test\ConstraintResponseCookieValueSame

Summary

Methods
Properties
Constants
__construct()
toString()
No public properties found
No constants found
matches()
failureDescription()
getCookie()
No protected properties found
N/A
No private methods found
$name
$value
$path
$domain
N/A

Properties

$name

$name

$value

$value

$path

$path

$domain

$domain

Methods

__construct()

__construct(string  $name, string  $value, string  $path = '/', string  $domain = null) : mixed

Parameters

string $name
string $value
string $path
string $domain

Returns

mixed —

toString()

toString() : string

{@inheritdoc}

Returns

string —

matches()

matches(\Symfony\Component\HttpFoundation\Response  $response) : bool

Parameters

\Symfony\Component\HttpFoundation\Response $response

{@inheritdoc}

Returns

bool —

failureDescription()

failureDescription(\Symfony\Component\HttpFoundation\Response  $response) : string

Parameters

\Symfony\Component\HttpFoundation\Response $response

{@inheritdoc}

Returns

string —

getCookie()

getCookie(\Symfony\Component\HttpFoundation\Response  $response) : ?\Symfony\Component\HttpFoundation\Cookie

Parameters

\Symfony\Component\HttpFoundation\Response $response

Returns

?\Symfony\Component\HttpFoundation\Cookie —