You are here

public static function ScannerUiTestCase::getInfo in Search and Replace Scanner 7

File

tests/ScannerUiTestCase.test, line 16
Some tests for the Search and Replace Scanner module.

Class

ScannerUiTestCase
Test the UI for the Scanner module.

Code

public static function getInfo() {
  return array(
    'name' => 'Scanner UI',
    'description' => 'Confirm that the Scanner module admin UI works.',
    'group' => 'scanner',
  );
}