You are here

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

File

tests/styles/views_plugin_style.test, line 12
Definition of ViewsPluginStyleTestCase.

Class

ViewsPluginStyleTestCase
Tests some general style plugin related functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Styles',
    'description' => 'Test general style functionality.',
    'group' => 'Views Plugins',
  );
}