function StandardProfileTest::testRdfaOutput

Same name and namespace in other branches
  1. 8.9.x core/modules/rdf/tests/src/Functional/StandardProfileTest.php \Drupal\Tests\rdf\Functional\StandardProfileTest::testRdfaOutput()

Tests that data is exposed correctly when using standard profile.

Because tests using standard profile take a very long time to run, and because there is no manipulation of config or data within the test, simply run all the tests from within this function.

File

core/modules/rdf/tests/src/Functional/StandardProfileTest.php, line 241

Class

StandardProfileTest
Tests the RDF mappings and RDFa markup on top of the standard profile.

Namespace

Drupal\Tests\rdf\Functional

Code

public function testRdfaOutput() {
    $this->doFrontPageRdfaTests();
    $this->doArticleRdfaTests();
    $this->doPageRdfaTests();
    $this->doUserRdfaTests();
    $this->doTermRdfaTests();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.