public static function FilePrivateTestCase::getInfo

Archivo

drupal-7.x/modules/file/tests/file.test, line 1121
Tests for file.module.

Class

FilePrivateTestCase
Tests file access on private nodes.

Código

public static function getInfo() {
  return array(
    'name' => 'Private file test',
    'description' => 'Uploads a test to a private node and checks access.',
    'group' => 'File',
  );
}