TestDispatcher::until PHP Метод

until() публичный Метод

Fire an event until the first non-null response is returned.
public until ( string $event, array $payload = [] ) : mixed
$event string
$payload array
Результат mixed
    public function until($event, $payload = array())
    {
        // TODO: Implement until() method.
    }