Alex\MailCatcher\Behat\MailCatcherAwareInterface::setMailCatcherClient PHP Method

setMailCatcherClient() public method

Sets the mailcatcher client.
public setMailCatcherClient ( Alex\MailCatcher\Client $client )
$client Alex\MailCatcher\Client a mailcatcher client
    public function setMailCatcherClient(Client $client);
MailCatcherAwareInterface