public static function ViewsPluginStyleUnformattedTestCase::getInfo in Views (for Drupal 7) 7.3
File
- tests/
styles/ views_plugin_style_unformatted.test, line 13 - Definition of ViewsPluginStyleUnformattedTestCase.
Class
- ViewsPluginStyleUnformattedTestCase
- Tests the default/unformatted row style.
Code
public static function getInfo() {
return array(
'name' => 'Style: unformatted',
'description' => 'Test unformatted style functionality.',
'group' => 'Views Plugins',
);
}