function TaxonomyPrivateFileTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 2266

Class

TaxonomyPrivateFileTestCase
Tests appropriate access control to private file fields on a term.

Code

public static function getInfo() {
    return array(
        'name' => 'Taxonomy term private file access',
        'description' => 'Verifies private files on terms have appropriate access control.',
        'group' => 'Taxonomy',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.