\Symfony\Component\HttpFoundation\Test\ConstraintResponseHeaderSame

Summary

Methods
Properties
Constants
__construct()
toString()
No public properties found
No constants found
matches()
failureDescription()
No protected properties found
N/A
No private methods found
$headerName
$expectedValue
N/A

Properties

$headerName

$headerName

$expectedValue

$expectedValue

Methods

__construct()

__construct(string  $headerName, string  $expectedValue) : mixed

Parameters

string $headerName
string $expectedValue

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 —