You are here

public static function RdfxFeaturesIntegrationTestCase::getInfo in RDF Extensions 7.2

File

./rdfx.test, line 141

Class

RdfxFeaturesIntegrationTestCase
Tests the RDF features integration.

Code

public static function getInfo() {
  return array(
    'name' => 'RDF Features integration',
    'description' => 'Enables a feature and check whether the RDF mappings defined by the feature have been saved. (REQUIRES FEATURES)',
    'group' => 'RDFx',
  );
}