File
- drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php, line 17
- Definition of Drupal\system\Tests\Database\ConnectionTest.
Class
- ConnectionTest
- Tests connection management.
Namespace
Drupal\system\Tests\Database
Code
public static function getInfo() {
return array(
'name' => 'Connection tests',
'description' => 'Tests of the core database system.',
'group' => 'Database',
);
}