function CommentNotifyTestCase::setUp in Comment Notify 6
Same name and namespace in other branches
- 7 comment_notify.test \CommentNotifyTestCase::setUp()
Implementation of setUp().
Overrides DrupalWebTestCase::setUp
File
- ./
comment_notify.test, line 18
Class
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.
// Do some default comment notify settings?.
// variable_set('some_variable', 'some value');
}