You are here

protected property ConfigInstallProfileOverrideTest::$profile in Drupal 9

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

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php, line 27

Class

ConfigInstallProfileOverrideTest
Tests installation and removal of configuration objects in install, disable and uninstall functionality.

Namespace

Drupal\Tests\config\Functional

Code

protected $profile = 'testing_config_overrides';