public static function SearchByPagePathsReindexTest::getInfo in Search by Page 7        
                          
                  
                        Same name and namespace in other branches
- 6 tests/search_by_page.test \SearchByPagePathsReindexTest::getInfo()
File
 
   - tests/search_by_page.test, line 1951
- Tests for the Search by Page module.
By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
  
  - SearchByPagePathsReindexTest 
- Reindexing test for Search by Page Paths.
Code
public static function getInfo() {
  return array(
    'name' => t('Search by Page Paths Reindex Tests'),
    'description' => t('Test reindexing of sbp_paths.module.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'sbp_test',
      'sbp_paths',
      'dblog',
      'search_by_page',
    ),
  );
}