You are here

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

File

tests/views_analyze.test, line 12
Definition of ViewsAnalyzeTest.

Class

ViewsAnalyzeTest
Tests the views analyze system.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Analyze',
    'description' => 'Test the views analyze system.',
    'group' => 'Views',
  );
}