OptionsProviderTest::$profile

The installation profile to use for testing.

We use the 'standard' profile because we need a large variety of entity types, content types, fields, etc. to test our options providers.

Type: string

Overrides BrowserTestBase::$profile

File

tests/src/Functional/OptionsProvider/OptionsProviderTest.php, line 49

Class

OptionsProviderTest
Tests using option providers.

Namespace

Drupal\Tests\rules\Functional\OptionsProvider

Code

protected $profile = 'standard';