You are here

public function Maillog::__construct in Maillog / Mail Developer 7

File

./maillog.behat.inc, line 40
Behat subcontext for testing whether specific emails have been sent.

Class

Maillog
Behat subcontext for testing whether specific emails have been sent.

Code

public function __construct(DrupalDriverManager $drupal) {
  $this->drupal = $drupal;
}