kahlan\matcher\ToBeCalled::match PHP Méthode

match() public static méthode

Checks that $actual will be called.
public static match ( mixed $actual ) : boolean
$actual mixed The actual value.
Résultat boolean
    public static function match($actual)
    {
        return new static($actual);
    }