function SchemaTestCase::getInfo

File

modules/simpletest/tests/schema.test, line 17

Class

SchemaTestCase
Unit tests for the Schema API.

Code

public static function getInfo() {
    return array(
        'name' => 'Schema API',
        'description' => 'Tests table creation and modification via the schema API.',
        'group' => 'Database',
    );
}

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