You are here

public static function i18nPageViewsTest::getInfo in i18n page views 7

File

test/i18n_page_views.test, line 5

Class

i18nPageViewsTest

Code

public static function getInfo() {
  return array(
    'name' => 'i18n page views: Module tests',
    'description' => 'Tests the i18n_page_views module.',
    'group' => 'Views Modules',
  );
}