You are here

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

Same name and namespace in other branches
  1. 7 tests/search_by_page.test \SearchbyPageAttachReindexTest::getInfo()

Overrides SearchByPageAttachCCKTest::getInfo

File

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

Class

SearchbyPageAttachReindexTest
Tests attachment reindexing.

Code

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