You are here

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

File

tests/views_translatable.test, line 14
Definition of ViewsTranslatableTest.

Class

ViewsTranslatableTest
Tests Views pluggable translations.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Translatable Test',
    'description' => 'Tests the pluggable translations',
    'group' => 'Views',
  );
}