public static function CommentNodeChangesTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php, line 15
Definition of Drupal\comment\Tests\CommentNodeChangesTest.

Class

CommentNodeChangesTest
Tests that comments behave correctly when the node is changed.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment deletion on node changes',
    'description' => 'Tests that comments behave correctly when the node is changed.',
    'group' => 'Comment',
  );
}