Class EventFiredWith
EventFiredWith constraint
Another glorified in_array check
- PHPUnit_Framework_Constraint
-   Cake\TestSuite\Constraint\EventFiredWith Cake\TestSuite\Constraint\EventFiredWith
Properties summary
-  $_dataKeyprotectedEvent data keystring
-  $_dataValueprotectedEvent data valuestring
-  Array of fired events$_eventManagerprotected
Method Summary
-  __construct() publicConstructor
-  matches() publicChecks if event is in fired array
-  toString() publicAssertion message string
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
booleanProperties detail
    © 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