public static function DrupalAlterTestCase::getInfo in SimpleTest 7
File
- tests/common.test, line 12 
- Tests for common.inc functionality.
Class
- DrupalAlterTestCase
- Tests for URL generation functions.
Code
public static function getInfo() {
  return array(
    'name' => 'drupal_alter() tests',
    'description' => 'Confirm that alteration of arguments passed to drupal_alter() works correctly.',
    'group' => 'System',
  );
}