function InstallerExistingConfigProfileHookInstall::setUpRequirementsProblem
Installer step: Requirements problem.
Override this method to test specific requirements warnings or errors during the installer.
Overrides InstallerTestBase::setUpRequirementsProblem
File
- 
              core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigProfileHookInstall.php, line 42  
Class
- InstallerExistingConfigProfileHookInstall
 - Verifies that profiles with hook_install() can't be installed from config.
 
Namespace
Drupal\FunctionalTests\InstallerCode
protected function setUpRequirementsProblem() {
  // The parent method asserts that there are no requirements errors, but
  // this test expects a requirements error in the test method below.
  // Therefore, we override this method to suppress the parent's assertions.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.