protected property InstallerTestBase::$profile in Drupal 8
Same name in this branch
- 8 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::profile
- 8 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::profile
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::profile
- 10 core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php \Drupal\FunctionalTests\Installer\InstallerTestBase::profile
The installation profile to install.
Type: string
Overrides BrowserTestBase::$profile
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php, line 46
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\FunctionalTests\InstallerCode
protected $profile = 'testing';