function ViewsPluginStyleMappingTest::getInfo
File
-
tests/
styles/ views_plugin_style_mapping.test, line 16
Class
- ViewsPluginStyleMappingTest
- Tests the default/mapping row style.
Code
public static function getInfo() {
return array(
'name' => 'Style: Mapping',
'description' => 'Test mapping style functionality.',
'group' => 'Views Plugins',
);
}