public static function SchemaTestCase::getInfo in Drupal 7
File
- 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',
);
}