File
- drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php, line 26
- Contains Drupal\comment\Tests\CommentLinksTest.
Class
- CommentLinksTest
- Tests comment links based on environment configurations.
Namespace
Drupal\comment\Tests
Code
public static function getInfo() {
return array(
'name' => 'Comment links',
'description' => 'Tests comment links based on environment configurations.',
'group' => 'Comment',
);
}