You are here

public static function RedirectUnitTest::getInfo in Redirect 7.2

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

File

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

Class

RedirectUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Redirect unit tests',
    'description' => 'Test basic functions and functionality.',
    'group' => 'Redirect',
  );
}