function CommentNotifyTestCase::setUp in Comment Notify 7
Same name and namespace in other branches
- 6 comment_notify.test \CommentNotifyTestCase::setUp()
Implementation of setUp().
Overrides DrupalWebTestCase::setUp
File
- ./
comment_notify.test, line 24 - Creates tests for comment_notify module.
Class
- CommentNotifyTestCase
- @file Creates tests for comment_notify module.
Code
function setUp() {
parent::setUp('comment_notify');
// Create a content type where commenting is enabled.
// Allow contact info for anons on that content type, and make preview
// optional.
}