You are here

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

system_requirements()

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\simpletest

Code

protected function setUpRequirementsProblem() {

  // Do nothing.
}