You are here

public static function QueryParametersToURLGlobalRedirectTestCase::getInfo in Query Parameters To URL 7

Returns test info.

Overrides QueryParametersToURLTestCase::getInfo

File

./query_parameters_to_url.test, line 413
Query Arguments To URL tests.

Class

QueryParametersToURLGlobalRedirectTestCase
Global redirect module integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Query Parameters To URL Global Redirect integration tests',
    'description' => 'Test Query Parameters To URL integration with global redirect module.',
    'group' => 'Query Parameters To URL',
    'dependencies' => array(
      'globalredirect',
    ),
  );
}