public static function NodeAccessTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 995 - Tests for node.module.
Class
- NodeAccessTestCase
- Tests basic node_access functionality.
Code
public static function getInfo() {
return array(
'name' => 'Node access',
'description' => 'Test node_access function',
'group' => 'Node',
);
}