You are here

public static function ContentTypeBuilderTest::getInfo in Schema.org configuration tool (RDF UI) 8

File

rdf_builder/src/Tests/ContentTypeBuilderTest.php, line 30

Class

ContentTypeBuilderTest
Tests the Content Type Builder.

Namespace

Drupal\rdf_builder\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Schema.Org driven Content Type Builder',
    'description' => 'Tests the functionality of the ContentBuilder Form.',
    'group' => 'RDF UI Builder',
  );
}