function ConfirmFormTest::getInfo

File

modules/system/system.test, line 3153

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.