You are here

protected property InstallerTestBase::$settings in Drupal 10

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

Custom settings.php values to write for a test run.

An array of settings to write out, in the format expected by drupal_rewrite_settings().

Type: array

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php, line 33

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $settings = [];