public static function RdfUiTestCase::getInfo in RDF Extensions 7.2
File
- rdfui/
rdfui.test, line 7
Class
- RdfUiTestCase
- Test RDF Mapping UI.
Code
public static function getInfo() {
return array(
'name' => 'RDF UI',
'description' => 'Test the UI for mappings.',
'group' => 'RDFx',
);
}