File

modules/system/system.test, line 3153
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',
  );
}