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