ResponseCookieValueSame
extends Constraint
in package
Table of Contents
- $domain : mixed
- $name : mixed
- $path : mixed
- $value : mixed
- __construct() : mixed
- toString() : string
- {@inheritdoc}
- failureDescription() : string
- getCookie() : Cookie|null
- matches() : bool
Properties
$domain
private
mixed
$domain
$name
private
mixed
$name
$path
private
mixed
$path
$value
private
mixed
$value
Methods
__construct()
public
__construct(string $name, string $value[, string $path = '/' ][, string|null $domain = null ]) : mixed
Parameters
- $name : string
- $value : string
- $path : string = '/'
- $domain : string|null = null
Return values
mixed —toString()
{@inheritdoc}
public
toString() : string
Return values
string —failureDescription()
protected
failureDescription(Response $response) : string
Parameters
- $response : Response
Return values
string —getCookie()
protected
getCookie(Response $response) : Cookie|null
Parameters
- $response : Response
Return values
Cookie|null —matches()
protected
matches(Response $response) : bool
Parameters
- $response : Response