You are here

public static function PageEditTestCase::getInfo in Drupal 7

File

modules/node/node.test, line 319
Tests for node.module.

Class

PageEditTestCase
Tests the node edit functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Node edit',
    'description' => 'Create a node and test node edit functionality.',
    'group' => 'Node',
  );
}