Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
InstallerTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Select installation profile.
InstallerTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Configure settings.
InstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Final installer step: Configure site.
InstallerTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Ensures that the user page is available after installation.
InstallerTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Visits the interactive installer.
InstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Base class for testing the interactive installer.
InstallerTestBase class core/modules/simpletest/src/InstallerTestBase.php Base class for testing the interactive installer.
InstallerTestBase.php file core/modules/simpletest/src/InstallerTestBase.php
InstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
InstallerTestBase::$isInstalled property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Whether the installer has completed.
InstallerTestBase::$isInstalled property core/modules/simpletest/src/InstallerTestBase.php Whether the installer has completed.
InstallerTestBase::$langcode property core/modules/simpletest/src/InstallerTestBase.php The language code in which to install Drupal.
InstallerTestBase::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The language code in which to install Drupal.
InstallerTestBase::$parameters property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Additional parameters to use for installer screens.
InstallerTestBase::$parameters property core/modules/simpletest/src/InstallerTestBase.php Additional parameters to use for installer screens.
InstallerTestBase::$profile property core/modules/simpletest/src/InstallerTestBase.php The installation profile to install.
InstallerTestBase::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The installation profile to install.
InstallerTestBase::$settings property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Custom settings.php values to write for a test run.
InstallerTestBase::$settings property core/modules/simpletest/src/InstallerTestBase.php Custom settings.php values to write for a test run.
InstallerTestBase::$translations property core/modules/simpletest/src/InstallerTestBase.php A string translation map used for translated installer screens.
InstallerTestBase::$translations property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php A string translation map used for translated installer screens.
InstallerTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Visits the front page when initializing Mink.
InstallerTestBase::refreshVariables function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php FunctionalTestSetupTrait::refreshVariables() tries to operate on persistent
storage, which is only available after the installer completed.
InstallerTestBase::refreshVariables function core/modules/simpletest/src/InstallerTestBase.php WebTestBase::refreshVariables() tries to operate on persistent storage,
which is only available after the installer completed.
InstallerTestBase::setUp function core/modules/simpletest/src/InstallerTestBase.php Sets up a Drupal site for running functional and integration tests.
InstallerTestBase::setUp function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
InstallerTestBase::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select language.
InstallerTestBase::setUpLanguage function core/modules/simpletest/src/InstallerTestBase.php Installer step: Select language.
InstallerTestBase::setUpProfile function core/modules/simpletest/src/InstallerTestBase.php Installer step: Select installation profile.
InstallerTestBase::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select installation profile.
InstallerTestBase::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Requirements problem.
InstallerTestBase::setUpRequirementsProblem function core/modules/simpletest/src/InstallerTestBase.php Installer step: Requirements problem.
InstallerTestBase::setUpSettings function core/modules/simpletest/src/InstallerTestBase.php Installer step: Configure settings.
InstallerTestBase::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Configure settings.
InstallerTestBase::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Final installer step: Configure site.
InstallerTestBase::setUpSite function core/modules/simpletest/src/InstallerTestBase.php Final installer step: Configure site.
InstallerTestBase::visitInstaller function core/modules/simpletest/src/InstallerTestBase.php Visits the interactive installer.
InstallerTestBase::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Visits the interactive installer.
InstallerTranslationMultipleLanguageForeignTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageForeignTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php
InstallerTranslationMultipleLanguageForeignTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageForeignTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Overrides the language code in which to install Drupal.
InstallerTranslationMultipleLanguageForeignTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Installer step: Select language.
InstallerTranslationMultipleLanguageKeepEnglishTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Tests that keeping English in a foreign language install works.
InstallerTranslationMultipleLanguageKeepEnglishTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php
InstallerTranslationMultipleLanguageKeepEnglishTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php The theme to install as the default for testing.
InstallerTranslationMultipleLanguageKeepEnglishTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Switch to the multilingual testing profile with English kept.
InstallerTranslationMultipleLanguageTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
InstallerTranslationMultipleLanguageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php The theme to install as the default for testing.

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