You are here

protected property MinimalInstallerTest::$profile in Drupal 9

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

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php, line 19

Class

MinimalInstallerTest
Tests the interactive installer installing the minimal profile.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'minimal';