You are here

protected property InstallerTestBase::$settings in SimpleTest 8.3

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

src/InstallerTestBase.php, line 35

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected $settings = [];