function ViewsPluginDisplayTestCase::getInfo

File

tests/plugins/views_plugin_display.test, line 16

Class

ViewsPluginDisplayTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Display plugin',
    'description' => 'Tests the basic display plugin.',
    'group' => 'Views Plugins',
  );
}