public static function DatabaseConnectionTestCase::getInfo

File

drupal/modules/simpletest/tests/database_test.test, line 174

Class

DatabaseConnectionTestCase
Test connection management.

Code

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