public static function NodeAccessBaseTableTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 1146 - Tests for node.module.
Class
- NodeAccessBaseTableTestCase
- Tests for Node Access with a non-node base table.
Code
public static function getInfo() {
return array(
'name' => 'Node Access on any table',
'description' => 'Checks behavior of the node access subsystem if the base table is not node.',
'group' => 'Node',
);
}