You are here

public static function SearchByPageExtraUsersTest::getInfo in Search by Page 7

File

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

Class

SearchByPageExtraUsersTest
Tests that no extra Search by Page indexing users are created.

Code

public static function getInfo() {
  return array(
    'name' => t('Search by Page Extra Users'),
    'description' => t('Test that only the necessary users are created.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'sbp_test',
      'sbp_nodes',
      'dblog',
      'search_by_page',
      'comment',
    ),
  );
}