public static function FileFieldPathTest::getInfo

File

drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php, line 14
Definition of Drupal\file\Tests\FileFieldPathTest.

Class

FileFieldPathTest
Tests that files are uploaded to proper locations.

Namespace

Drupal\file\Tests

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