Trait CollectionAssertTrait
CollectionAssertTrait contains assertions that primarily deal with collections and countable values.
Direct Known Users
Peridot\Leo\Interfaces\Assert
Namespace: Peridot\Leo\Interfaces\Assert
Package: Peridot\Leo\Interfaces\Assert
Located at Interfaces/Assert/CollectionAssertTrait.php
Package: Peridot\Leo\Interfaces\Assert
Located at Interfaces/Assert/CollectionAssertTrait.php
public
|
|
public
|
#
isIncluded( array|string $haystack, mixed $needle, string $message = "" )
Perform an inclusion assertion. |
public
|
#
notInclude( array|string $haystack, mixed $needle, string $message = "" )
Perform a negated inclusion assertion. |