public static function CrudTest::getInfo

Same name in this branch

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CrudTest.php, line 24
Definition of Drupal\rdf\Tests\CrudTest.

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\rdf\Tests

Code

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