public function HtmlmailWebTestCase::setUp in HTML Mail 7.2
Implements setUp().
Overrides DrupalWebTestCase::setUp
File
- ./
htmlmail.test, line 29 - Tests for the HTML Mail module.
Class
- HtmlmailWebTestCase
- Test case for the HTML Mail module.
Code
public function setUp() {
parent::setUp('htmlmail');
}