public static function FileFieldDisplayTestCase::getInfo
Archivo
- drupal-7.x/
modules/ file/ tests/ file.test, line 741 - Tests for file.module.
Class
- FileFieldDisplayTestCase
- Tests that formatters are working properly.
Código
public static function getInfo() {
return array(
'name' => 'File field display tests',
'description' => 'Test the display of file fields in node and views.',
'group' => 'File',
);
}