You are here

public static function SearchByPageIntlTest::getInfo in Search by Page 8

File

tests/src/Functional/search_by_page.test, line 2634
Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com

Class

SearchByPageIntlTest
Environment internationalization test.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public static function getInfo() {
  return array(
    'name' => t('Search by Page Internationalization Tests'),
    'description' => t('Test that search environments can be internationalized.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'search_by_page',
      'variable',
      'i18n',
      'i18n_string',
      'search_by_page_paths',
      'search_by_page_test',
      'locale',
      'translation',
      'block',
    ),
  );
}