You are here

protected property InstallerPostInstallTest::$profile in Drupal 9

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

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

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

Class

InstallerPostInstallTest
Tests re-visiting the installer after a successful installation.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'minimal';