You are here

protected property StandardInstallerTest::$profile in Drupal 9

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

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php, line 15

Class

StandardInstallerTest
Tests the interactive installer installing the standard profile.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'standard';