function ViewsPluginStyleUnformattedTestCase::getInfo
File
-
tests/
styles/ views_plugin_style_unformatted.test, line 16
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',
);
}