public static function FileFieldPathTestCase::getInfo
Archivo
- drupal-7.x/
modules/ file/ tests/ file.test, line 966 - Tests for file.module.
Class
- FileFieldPathTestCase
- Tests that files are uploaded to proper locations.
Código
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',
);
}