You are here

protected function ThunderInstallerTest::setUpModules in Thunder 6.0.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()
  2. 8.2 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()
  3. 8.3 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()
  4. 8.4 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()
  5. 6.2.x tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()
  6. 6.1.x tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpModules()

Setup modules -> subroutine of test setUp process.

1 call to ThunderInstallerTest::setUpModules()
ThunderInstallerTest::setUp in tests/src/Functional/Installer/ThunderInstallerTest.php

File

tests/src/Functional/Installer/ThunderInstallerTest.php, line 188

Class

ThunderInstallerTest
Tests the interactive installer installing the standard profile.

Namespace

Drupal\Tests\thunder\Functional\Installer

Code

protected function setUpModules() {

  // @todo Add another test that tests interactive install of all optional
  //   Thunder modules.
  $this
    ->drupalPostForm(NULL, [], $this->translations['Save and continue']);
  $this->isInstalled = TRUE;
}