class Illuminate / Testing / Assert
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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