You are here

protected property InstallerSiteConfigProfileTest::$profile in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php \Drupal\FunctionalTests\Installer\InstallerSiteConfigProfileTest::profile
  2. 9 core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php \Drupal\FunctionalTests\Installer\InstallerSiteConfigProfileTest::profile

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php, line 21

Class

InstallerSiteConfigProfileTest
Verifies that the installer defaults to the existing site email address and timezone, if they were provided by the install profile.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'testing_site_config';