You are here

public static function CommonURLWebTest::getInfo in Drupal 7

File

modules/simpletest/tests/common.test, line 379
Tests for common.inc functionality.

Class

CommonURLWebTest
Web tests for URL generation functions.

Code

public static function getInfo() {
  return array(
    'name' => 'URL generation web tests',
    'description' => 'Confirm that URL-generating functions work correctly on specific site paths.',
    'group' => 'System',
  );
}