You are here

public function Mandrill_MessagesTest::__construct in Mandrill 7.2

File

tests/includes/mandrill_messages_test.inc, line 8
A virtual Mandrill Messages API implementation for use in testing.

Class

Mandrill_MessagesTest
@file A virtual Mandrill Messages API implementation for use in testing.

Code

public function __construct(DrupalMandrillTest $master) {
  parent::__construct($master);
}