public static function DatabaseTablePrefixTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ database_test.test, line 4397
Class
- DatabaseTablePrefixTestCase
- Test table prefix handling.
Code
public static function getInfo() {
return array(
'name' => 'Table prefixes',
'description' => 'Test handling of table prefixes.',
'group' => 'Database',
);
}