You are here

protected function InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpProfile in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpProfile()
  2. 10 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpProfile()

Installer step: Select installation profile.

Overrides InstallerExistingConfigTestBase::setUpProfile

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php, line 46

Class

InstallerExistingConfigSyncDirectoryProfileHookInstall
Verifies that profiles with hook_install() can't be installed from config.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpProfile() {

  // This is the form we are testing so wait until the test method to do
  // assertions.
}