public static function PageViewTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 697 - Tests for node.module.
Class
- PageViewTestCase
- Tests the functionality of node entity edit permissions.
Code
public static function getInfo() {
return array(
'name' => 'Node edit permissions',
'description' => 'Create a node and test edit permissions.',
'group' => 'Node',
);
}