protected function InstallerTestBase::setUpRequirementsProblem in SimpleTest 8.3
Installer step: Requirements problem.
Override this method to test specific requirements warnings or errors during the installer.
See also
1 call to InstallerTestBase::setUpRequirementsProblem()
- InstallerTestBase::setUp in src/
InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
File
- src/
InstallerTestBase.php, line 221
Class
- InstallerTestBase
- Base class for testing the interactive installer.
Namespace
Drupal\simpletestCode
protected function setUpRequirementsProblem() {
// Do nothing.
}