You are here

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

File

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

Class

SearchByPagePathsRemoveTest
Functionality test for removing paths from Search by Page Paths.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public static function getInfo() {
  return array(
    'name' => t('Search by Page Paths Remove Tests'),
    'description' => t('Test functionality of search_by_page_paths.module when removing paths.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'search_by_page_test',
      'search_by_page_paths',
      'dblog',
      'search_by_page',
    ),
  );
}