You are here

public static function ViewsTableHighlighterContentTaxonomyTestCase::getInfo in Views Table Highlighter 6

File

tests/views_table_highlighter_content_taxonomy.test, line 9
Test Views Table Highlighter's interaction with Content Taxonomy.

Class

ViewsTableHighlighterContentTaxonomyTestCase
@file Test Views Table Highlighter's interaction with Content Taxonomy.

Code

public static function getInfo() {
  return array(
    'name' => 'views_table_highlighter content_taxonomy',
    'description' => 'Ensure that views_table_highlighter and content_taxonomy function properly together.',
    'group' => 'Views',
  );
}