You are here

public static function ViewsPluginDisplayTestCase::getInfo in Views (for Drupal 7) 7.3

File

tests/plugins/views_plugin_display.test, line 16
Definition of ViewsPluginDisplayTestCase.

Class

ViewsPluginDisplayTestCase

Code

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