You are here

public property StandardProfileTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/rdf/tests/src/Functional/StandardProfileTest.php \Drupal\Tests\rdf\Functional\StandardProfileTest::profile
  2. 10 core/modules/rdf/tests/src/Functional/StandardProfileTest.php \Drupal\Tests\rdf\Functional\StandardProfileTest::profile

The profile used during tests.

This purposefully uses the standard profile.

Type: string

Overrides BrowserTestBase::$profile

File

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

Class

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

Namespace

Drupal\Tests\rdf\Functional

Code

public $profile = 'standard';