public static function DrupalAlterTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ 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',
);
}