Class EventFiredWith
EventFiredWith constraint
Another glorified in_array check
- PHPUnit\Framework\Constraint\Constraint
- Cake\TestSuite\Constraint\EventFiredWith
Properties summary
-
$_dataKey
protectedEvent data keystring
-
$_dataValue
protectedEvent data valuestring
-
$_eventManager
protected
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–present 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.6/class-Cake.TestSuite.Constraint.EventFiredWith.html