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

getMailTrapMessagesUrl() protected method

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