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

emptyInbox() public method

Empty the MailTrap inbox.
public emptyInbox ( )
    public function emptyInbox()
    {
        $this->requestClient()->patch($this->getMailTrapCleanUrl());
    }