public static function ConfirmFormTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 3063 - Tests for system.module.
Class
- ConfirmFormTest
- Tests confirm form destinations.
Code
public static function getInfo() {
return array(
'name' => 'Confirm form',
'description' => 'Tests that the confirm form does not use external destinations.',
'group' => 'System',
);
}