\Cake\TestSuite\Constraint\SessionSessionEquals

SessionEquals

Summary

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

Properties

$path

$path : string

Type

string

$value

$value : mixed

Type

mixed

Methods

__construct()

__construct(\Cake\Http\Session  $session, string  $path) 

Constructor

Parameters

\Cake\Http\Session $session

Session

string $path

Session Path

matches()

matches(mixed  $other) : boolean

Compare session value

Parameters

mixed $other

Value to compare with

Returns

boolean

toString()

toString() : string

Assertion message

Returns

string