You are here

public static function DatabaseConnectionTestCase::getInfo in SimpleTest 7

File

tests/database_test.test, line 172

Class

DatabaseConnectionTestCase
Test connection management.

Code

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