You are here

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

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

Overrides SearchByPageAttachTest::getInfo

File

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

Class

SearchbyPageAttachNotReadable
Tests attachments that cannot be read.

Code

public static function getInfo() {
  return array(
    'name' => t('Search by Page Attach Not Readable'),
    'description' => t('Test functionality of sbp_attach.module with files that cannot be read. Note that this test assumes you have uploaded the Search Files API module.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'sbp_test',
      'sbp_attach',
      'file',
      'search_files',
      'dblog',
      'search_by_page',
    ),
  );
}