function FileFieldPathTestCase::getInfo

File

modules/file/tests/file.test, line 1405

Class

FileFieldPathTestCase
Tests that files are uploaded to proper locations.

Code

public static function getInfo() {
    return array(
        'name' => 'File field file path tests',
        'description' => 'Test that files are uploaded to the proper location with token support.',
        'group' => 'File',
    );
}

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