Laracasts\Behat\Context\Services\MailTrap::getMailTrapCleanUrl PHP Метод

getMailTrapCleanUrl() защищенный Метод

Get the MailTrap "empty inbox" endpoint.
protected getMailTrapCleanUrl ( ) : string
Результат string
    protected function getMailTrapCleanUrl()
    {
        return "/api/v1/inboxes/{$this->mailTrapInboxId}/clean";
    }