File
- drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php, line 14
- Definition of Drupal\comment\Tests\CommentThreadingTest.
Class
- CommentThreadingTest
- Tests comment threading.
Namespace
Drupal\comment\Tests
Code
public static function getInfo() {
return array(
'name' => 'Comment Threading',
'description' => 'Test to make sure the comment number increments properly.',
'group' => 'Comment',
);
}