You are here

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

Overrides SearchByPageAttachTest::getInfo

File

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

Class

SearchbyPageAttachReindexTest
Tests attachment reindexing.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public static function getInfo() {
  return array(
    'name' => t('Search by Page Attach Reindex'),
    'description' => t('Test reindexing in search_by_page_attach.module. Note that this test assumes you have uploaded the Search Files API module.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'search_by_page_test',
      'search_by_page_attach',
      'file',
      'search_files',
      'dblog',
      'search_by_page',
    ),
  );
}