function DrupalAlterTestCase::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 12
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.