function ConnectionUnitTest::getInfo
File
-
modules/
simpletest/ tests/ database_test.test, line 4290
Class
- ConnectionUnitTest
- Tests management of database connections.
Code
public static function getInfo() {
return array(
'name' => 'Connection unit tests',
'description' => 'Tests management of database connections.',
'group' => 'Database',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.