You are here

public static function RdfCrudTestCase::getInfo in Drupal 7

File

modules/rdf/rdf.test, line 212
Tests for rdf.module.

Class

RdfCrudTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'RDF mapping CRUD functions',
    'description' => 'Test the RDF mapping CRUD functions.',
    'group' => 'RDF',
  );
}