function DatabaseTablePrefixTestCase::getInfo

File

modules/simpletest/tests/database_test.test, line 4636

Class

DatabaseTablePrefixTestCase
Test table prefix handling.

Code

public static function getInfo() {
    return array(
        'name' => 'Table prefixes',
        'description' => 'Test handling of table prefixes.',
        'group' => 'Database',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.