You are here

protected property ConfigImportAllTest::$profile in Drupal 9

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

The profile to install as a basis for testing.

Using the standard profile as this has a lot of additional configuration.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/config/tests/src/Functional/ConfigImportAllTest.php, line 33

Class

ConfigImportAllTest
Tests the largest configuration import possible with all available modules.

Namespace

Drupal\Tests\config\Functional

Code

protected $profile = 'standard';