public static function FileFieldPathTestCase::getInfo

File

drupal/modules/file/tests/file.test, line 1337
Tests for file.module.

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',
  );
}