public static function FilePrivateTestCase::getInfo in Drupal 7
File
- modules/
file/ tests/ file.test, line 1492 - Tests for file.module.
Class
- FilePrivateTestCase
- Tests file access on private nodes.
Code
public static function getInfo() {
return array(
'name' => 'Private file test',
'description' => 'Uploads a test to a private node and checks access.',
'group' => 'File',
);
}