function BootstrapMiscTestCase::getInfo

File

modules/simpletest/tests/bootstrap.test, line 741

Class

BootstrapMiscTestCase
Test miscellaneous functions in bootstrap.inc.

Code

public static function getInfo() {
    return array(
        'name' => 'Miscellaneous bootstrap unit tests',
        'description' => 'Test miscellaneous functions in bootstrap.inc.',
        'group' => 'Bootstrap',
    );
}

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