You are here

public static function RedirectFunctionalTest::getInfo in Redirect 7.2

Same name and namespace in other branches
  1. 7 redirect.test \RedirectFunctionalTest::getInfo()

File

./redirect.test, line 209
Unit tests for the redirect module.

Class

RedirectFunctionalTest

Code

public static function getInfo() {
  return array(
    'name' => 'Redirect functional tests',
    'description' => 'Test interface functionality.',
    'group' => 'Redirect',
  );
}