You are here

function FileFieldPathTestCase::getInfo in FileField 6.3

File

tests/filefield.test, line 560

Class

FileFieldPathTestCase
Test class to check that files are uploaded to proper locations.

Code

function getInfo() {
  return array(
    'name' => t('FileField file path tests'),
    'description' => t('Test that files are uploaded to the proper location, extra testing if Token module is available.'),
    'group' => t('FileField'),
  );
}