File
- drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php, line 22
- Definition of Drupal\comment\Tests\CommentActionsTest.
Class
- CommentActionsTest
- Tests actions provided by the Comment module.
Namespace
Drupal\comment\Tests
Code
public static function getInfo() {
return array(
'name' => 'Comment actions',
'description' => 'Test actions provided by the comment module.',
'group' => 'Comment',
);
}