public static function UserAttributesTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php, line 24
Contains Drupal\rdf\Tests\UserAttributesTest.

Class

UserAttributesTest
Tests the RDFa markup of Users.

Namespace

Drupal\rdf\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDFa markup for users',
    'description' => 'Tests the RDFa markup of users.',
    'group' => 'RDF',
  );
}