You are here

protected function InstallerTestBase::visitInstaller in SimpleTest 8.3

Visits the interactive installer.

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

File

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');
}