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
ProcessOutputCallbackTest::testInvalidJson function core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php Tests what happens when the output buffer has invalid JSON.
ProcessPluginBaseTest class core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests the base process plugin class.
ProcessPluginBaseTest.php file core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
ProcessPluginBaseTest::testStopPipeline function core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests stopping the pipeline.
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.
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.
ProgrammaticTest::testProgrammaticAccessBypass function core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Tests the programmed_bypass_access_check flag.
ProgrammaticTest::testSubmissionWorkflow function core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Tests the programmatic form submission workflow.
ProjectCoreCompatibilityTest class core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Tests Drupal\update\ProjectCoreCompatibility.
ProjectCoreCompatibilityTest.php file core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php
ProjectCoreCompatibilityTest::providerIsCoreCompatible function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Data provider for testIsCoreCompatible().
ProjectCoreCompatibilityTest::providerSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Data provider for testSetProjectCoreCompatibilityRanges().
ProjectCoreCompatibilityTest::testIsCoreCompatible function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Tests is core compatible.
ProjectCoreCompatibilityTest::testSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Tests set project core compatibility ranges.
ProjectInfoTest class core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests Drupal\package_manager\ProjectInfo.
ProjectInfoTest.php file core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php

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