Class EventFiredWith

EventFiredWith constraint

Another glorified in_array check

PHPUnit_Framework_Constraint
Extended by Cake\TestSuite\Constraint\EventFiredWith

Properties summary

Method Summary

Method Detail

__construct()source public

__construct( Cake\Event\EventManager $eventManager , string $dataKey , string $dataValue )

Constructor

Parameters

Cake\Event\EventManager $eventManager
Event manager to check
string $dataKey
Data key
string $dataValue
Data value

matches()source public

matches( mixed $other )

Checks if event is in fired array

Parameters

mixed $other
Constraint check

Returns

boolean

toString()source public

toString( )

Assertion message string

Returns

string

Properties detail

$_dataKeysource

protected string

Event data key

$_dataValuesource

protected string

Event data value

$_eventManagersource

protected Cake\Event\EventManager

Array of fired events

© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.3/class-Cake.TestSuite.Constraint.EventFiredWith.html