function InstallerTestBase::visitInstaller

Visits the interactive installer.

1 call to InstallerTestBase::visitInstaller()
InstallerTestBase::setUp in core/modules/simpletest/src/InstallerTestBase.php
Sets up a Drupal site for running functional and integration tests.

File

core/modules/simpletest/src/InstallerTestBase.php, line 181

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected function visitInstaller() {
  $this->drupalGet($GLOBALS['base_url'] . '/core/install.php');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.