public static function ViewsPluginStyleMappingTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
styles/ views_plugin_style_mapping.test, line 13 - Definition of ViewsPluginStyleMappingTest.
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',
);
}