public static function SchemaTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/SchemaTest.php, line 25
Definition of Drupal\system\Tests\Common\SchemaTest.

Class

SchemaTest
Tests the Schema API.

Namespace

Drupal\system\Tests\Common

Code

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