public static function FileFieldPathTestCase::getInfo in Drupal 7
File
- 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',
);
}