class
Illuminate
/
Testing
/
Assert
abstract
Assert
Extends
-
PHPUnit\...\Assert
Methods
public
static
assertArraySubset ( $subset , $array , bool $checkForIdentity , string $msg ) : void
Asserts that an array has a specified subset.
Parameters
- $subset ArrayAccess |array
- $array ArrayAccess |array
- $checkForIdentity bool
- $msg string