ExpectationFailedException
public static final function assertIsList(mixed $array, string $message = '') : void { static::assertThat($array, new IsList(), $message); }