public static function DrupalGotoTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 1352 - Tests for common.inc functionality.
Class
- DrupalGotoTest
- Testing drupal_goto and hook_drupal_goto_alter().
Code
public static function getInfo() {
return array(
'name' => 'Drupal goto',
'description' => 'Performs tests on the drupal_goto function and hook_drupal_goto_alter',
'group' => 'System',
);
}