function DatabaseConnectionTestCase::getInfo

File

modules/simpletest/tests/database_test.test, line 192

Class

DatabaseConnectionTestCase
Test connection management.

Code

public static function getInfo() {
    return array(
        'name' => 'Connection tests',
        'description' => 'Tests of the core database system.',
        'group' => 'Database',
    );
}

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