public static function SchemaTestCase::getInfo

File

drupal/modules/simpletest/tests/schema.test, line 17
Tests for the Database Schema API.

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',
  );
}