public static function PageEditTestCase::getInfo

7.x node.test public static PageEditTestCase::getInfo()

File

drupal-7.x/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',
  );
}