Helper function: clear the watchdog.
File
- drupal/modules/comment/comment.test, line 2035
- Tests for comment.module.
Class
- CommentActionsTestCase
- Test actions provided by the comment module.
Code
function clearWatchdog() {
db_truncate('watchdog')
->execute();
}