14 calls to FunctionalTestSetupTrait::installParameters() in Drupal 8
- DemoUmamiProfileTest::installParameters in core/
profiles/ demo_umami/ tests/ src/ Functional/ DemoUmamiProfileTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- FunctionalTestSetupTrait::doInstall in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Execute the non-interactive installer.
- HelpTopicTranslatedTestBase::installParameters in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicTranslatedTestBase.php - Returns the parameters that will be used when Simpletest installs Drupal.
- InstallerExistingConfigTestBase::installParameters in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigTestBase.php - Returns the parameters that will be used when Simpletest installs Drupal.
- InstallerSiteConfigProfileTest::installParameters in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerSiteConfigProfileTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- InstallerTestBase::setUp in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - InstallerTestBase::setUp in core/
modules/ simpletest/ src/ InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
- InstallerTranslationMultipleLanguageTest::installParameters in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationMultipleLanguageTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- LocaleNonInteractiveInstallTest::installParameters in core/
modules/ locale/ tests/ src/ Functional/ LocaleNonInteractiveInstallTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- NodeTypeTranslationTest::installParameters in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTranslationTest.php - Install Drupal in a language other than English for this test. This is not needed to test the node type translation itself but acts as a regression test.
- SelectProfileFormTest::setUp in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Installer/ Form/ SelectProfileFormTest.php - SiteNameTest::installParameters in core/
tests/ Drupal/ FunctionalTests/ Installer/ SiteNameTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- TestingProfileInstallTest::installParameters in core/
tests/ Drupal/ FunctionalTests/ Installer/ TestingProfileInstallTest.php - Returns the parameters that will be used when Simpletest installs Drupal.
- TestSiteInstallCommand::installParameters in core/
tests/ Drupal/ TestSite/ Commands/ TestSiteInstallCommand.php