You are here

public static function SchemaUnitTestCase::getInfo in Schema 8

File

src/Tests/SchemaUnitTestCase.php, line 15

Class

SchemaUnitTestCase
Schema functional tests

Namespace

Drupal\schema\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Schema functional tests',
    'description' => 'Schema functional tests',
    'group' => 'Schema',
  );
}