\Cake\TestSuite\Constraint\ConsoleExitCode

ExitCode constraint

Summary

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

Properties

$exitCode

$exitCode : integer

Type

integer

Methods

__construct()

__construct(integer  $exitCode) 

Constructor

Parameters

integer $exitCode

Exit code

matches()

matches(mixed  $other) : boolean

Checks if event is in fired array

Parameters

mixed $other

Constraint check

Returns

boolean

toString()

toString() : string

Assertion message string

Returns

string