public static function RdfUiContentMappingTest::getInfo in Schema.org configuration tool (RDF UI) 8
File
- src/
Tests/ RdfUiContentMappingTest.php, line 26
Class
- RdfUiContentMappingTest
- Tests related to adding and editing RDF mappings for node types.
Namespace
Drupal\rdfui\TestsCode
public static function getInfo() {
return array(
'name' => 'RDF UI Content Mapping',
'description' => 'Ensures that the RDF mappings for a Content type works correctly.',
'group' => 'RDF UI',
);
}