You are here

constant InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL in Drupal 10

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

The site mail we expect to be set from the install profile.

See also

testing_site_config_install()

File

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

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

const EXPECTED_SITE_MAIL = 'profile-testing-site-config@example.com';