protected function ThunderInstallerTest::setUpProfile in Thunder 6.2.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
- 8.2 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
- 8.3 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
- 8.4 tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
- 6.0.x tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
- 6.1.x tests/src/Functional/Installer/ThunderInstallerTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerTest::setUpProfile()
Installer step: Select installation profile.
Overrides InstallerTestBase::setUpProfile
1 call to ThunderInstallerTest::setUpProfile()
- ThunderInstallerTest::setUp in tests/
src/ Functional/ Installer/ ThunderInstallerTest.php
File
- tests/
src/ Functional/ Installer/ ThunderInstallerTest.php, line 175
Class
- ThunderInstallerTest
- Tests the interactive installer installing the standard profile.
Namespace
Drupal\Tests\thunder\Functional\InstallerCode
protected function setUpProfile() {
// This step is skipped, because there is a distribution profile.
}