You are here

protected function InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem in Drupal 10

Installer step: Requirements problem.

Override this method to test specific requirements warnings or errors during the installer.

Overrides InstallerTestBase::setUpRequirementsProblem

See also

system_requirements()

File

core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php, line 53

Class

InstallerConfigDirectorySetNoDirectoryErrorTest
Tests installation when a config_sync_directory is set up but does not exist.

Namespace

Drupal\FunctionalTests\Installer

Code

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.
}