You are here

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

File

src/Tests/RdfUiFieldMappingTest.php, line 26

Class

RdfUiFieldMappingTest
Tests the functionality of the RDF UI Field Mapping form.

Namespace

Drupal\rdfui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDF UI Field Mapping',
    'description' => 'Tests the functionality of the FieldMapping Form.',
    'group' => 'RDF UI',
  );
}