Laracasts\Behat\Context\Services\MailTrap::getMailTrapCleanUrl PHP Method

getMailTrapCleanUrl() protected method

Get the MailTrap "empty inbox" endpoint.
protected getMailTrapCleanUrl ( ) : string
return string
    protected function getMailTrapCleanUrl()
    {
        return "/api/v1/inboxes/{$this->mailTrapInboxId}/clean";
    }