Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search main for test
  6. 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
ProfileAutoUninstallFailureTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php The theme to install as the default for testing.
ProfileAutoUninstallFailureTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php The installation profile to install.
ProfileAutoUninstallFailureTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Final installer step: Configure site.
ProfileAutoUninstallFailureTest::testAutomaticUninstallFailure function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Tests that the profile cannot be automatically uninstalled.
ProfileAutoUninstallTest class core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php Tests automatically uninstalling a profile that opts into it.
ProfileAutoUninstallTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php
ProfileAutoUninstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php The theme to install as the default for testing.
ProfileAutoUninstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php The installation profile to install.
ProfileAutoUninstallTest::testAutomaticUninstall function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallTest.php Tests that the profile was automatically uninstalled.
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Tests the field option translation source plugin.
ProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php
ProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Modules to install.
ProfileFieldOptionTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Provides source data for ::testSource.
ProfileFieldTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Tests the profile_field source plugin.
ProfileFieldTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php
ProfileFieldTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Modules to install.
ProfileFieldTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Provides source data for ::testSource.
ProfileFieldTranslationTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Tests the i18nProfileField source plugin.
ProfileFieldTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
ProfileFieldTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Modules to install.
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Provides source data for ::testSource.
ProfileFieldValuesTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Tests the d6_profile_field_values source plugin.
ProfileFieldValuesTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php
ProfileFieldValuesTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Modules to install.
ProfileFieldValuesTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Provides source data for ::testSource.
ProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Tests installing a profile that implements InstallRequirementsInterface.
ProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php The theme to install as the default for testing.
ProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php The installation profile to install.
ProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Installer step: Requirements problem.
ProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Installer step: Configure settings.
ProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Final installer step: Configure site.
ProfileRequirementsTest::testRequirementsFailure function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Test Requirements are picked up.
ProfileWithRecipesTest class core/tests/Drupal/FunctionalTests/Installer/ProfileWithRecipesTest.php Tests installing from a profile that also applies recipes.
ProfileWithRecipesTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileWithRecipesTest.php
ProfileWithRecipesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileWithRecipesTest.php The theme to install as the default for testing.
ProfileWithRecipesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/ProfileWithRecipesTest.php The installation profile to install.
ProfileWithRecipesTest::testRecipeWasApplied function core/tests/Drupal/FunctionalTests/Installer/ProfileWithRecipesTest.php Tests that the recipes listed by the profile were applied.
ProgrammaticTest class core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Tests the programmatic form submission behavior.
ProgrammaticTest.php file core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php
ProgrammaticTest::$modules property core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Modules to install.
ProgrammaticTest::doSubmitForm function core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Programmatically submits the form_test.module form with the given values.

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