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. 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
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
ProjectInfoTest::providerGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetInstallableReleases().
ProjectInfoTest::providerGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetSupportedBranches().
ProjectInfoTest::providerInstalledVersionSafe function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for ::testInstalledVersionSafe().
ProjectInfoTest::testGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get installable releases.
ProjectInfoTest::testGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get supported branches.
ProjectInfoTest::testInstalledVersionSafe function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests checking if the currently installed version of a project is safe.
ProjectInfoTest::testNewProject function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests a project that is not in the codebase.
ProjectInfoTest::testNotPublishedProject function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests a project with a status other than "published".
ProjectReleaseTest class core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests Drupal\update\ProjectRelease.
ProjectReleaseTest.php file core/modules/update/tests/src/Unit/ProjectReleaseTest.php
ProjectReleaseTest::getValidData function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Gets valid data for a project release.
ProjectReleaseTest::providerCreateFromArray function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArray().
ProjectReleaseTest::providerCreateFromArrayInvalidField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArrayInvalidField().
ProjectReleaseTest::providerCreateFromArrayMissingField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArrayMissingField().
ProjectReleaseTest::testCreateFromArray function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests creating with valid data.
ProjectReleaseTest::testCreateFromArrayInvalidField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests exceptions for invalid field types.
ProjectReleaseTest::testCreateFromArrayMissingField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests exceptions with missing fields.
ProjectReleaseTest::testOptionalFields function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests that optional fields can be omitted.

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