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
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag missing for entity types without canonical links.
ContentTranslationLocalTasksTest class core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests content translation local tasks.
ContentTranslationLocalTasksTest.php file core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::providerTestBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Provides a list of routes to test.
ContentTranslationLocalTasksTest::setUp function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::testBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests the block admin display local tasks.
ContentTranslationManageAccessCheckTest class core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests for content translation manage check.
ContentTranslationManageAccessCheckTest.php file core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::$cacheContextsManager property core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php The cache contexts manager.
ContentTranslationManageAccessCheckTest::setUp function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::testCreateAccess function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests the create access method.
ContentTranslationMetadataFieldsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Tests the Content Translation metadata fields handling.
ContentTranslationMetadataFieldsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php
ContentTranslationMetadataFieldsTest::$bundle property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php The bundle being tested.
ContentTranslationMetadataFieldsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php The theme to install as the default for testing.
ContentTranslationMetadataFieldsTest::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php The entity type being tested.
ContentTranslationMetadataFieldsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Modules to install.
ContentTranslationMetadataFieldsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php
ContentTranslationMetadataFieldsTest::setupBundle function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Creates or initializes the bundle date if needed.
ContentTranslationMetadataFieldsTest::testSetTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Tests skipping setting non translatable metadata fields.
ContentTranslationModuleInstallTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php Tests content translation for modules that provide translatable bundles.
ContentTranslationModuleInstallTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php
ContentTranslationModuleInstallTest::$contentTranslationManager property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php The content translation manager.
ContentTranslationModuleInstallTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php Modules to install.
ContentTranslationModuleInstallTest::$sourceLangcode property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php The language code of the source language for this test.
ContentTranslationModuleInstallTest::$translationLangcode property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php The language code of the translation language for this test.
ContentTranslationModuleInstallTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php
ContentTranslationModuleInstallTest::testFieldUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php Tests that content translation fields are created upon module installation.
ContentTranslationNewTranslationWithExistingRevisionsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php Tests that new translations do not delete existing ones.
ContentTranslationNewTranslationWithExistingRevisionsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php
ContentTranslationNewTranslationWithExistingRevisionsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php The theme to install as the default for testing.
ContentTranslationNewTranslationWithExistingRevisionsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php Modules to install.
ContentTranslationNewTranslationWithExistingRevisionsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php
ContentTranslationNewTranslationWithExistingRevisionsTest::testCreatingNewDraftDoesNotInvokeDeleteHook function core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php Test translation delete hooks are not invoked.
ContentTranslationNewTranslationWithExistingRevisionsTest::testDraftTranslationIsNotDeleted function core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php Tests a translation with a draft is not deleted.
ContentTranslationOperationsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Tests the content translation operations available in the content listing.
ContentTranslationOperationsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
ContentTranslationOperationsTest::$baseUser1 property core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php A base user.
ContentTranslationOperationsTest::$baseUser2 property core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php A base user.
ContentTranslationOperationsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php The theme to install as the default for testing.
ContentTranslationOperationsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Modules to install.
ContentTranslationOperationsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
ContentTranslationOperationsTest::testContentTranslationOverviewAccess function core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Tests the access to the overview page for translations.
ContentTranslationOperationsTest::testOperationTranslateLink function core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php Tests that the operation "Translate" is displayed in the content listing.
ContentTranslationOutdatedRevisionTranslationTest class core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Tests the "Flag as outdated" functionality with revision translations.
ContentTranslationOutdatedRevisionTranslationTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php
ContentTranslationOutdatedRevisionTranslationTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php The theme to install as the default for testing.
ContentTranslationOutdatedRevisionTranslationTest::assertFlagWidget function core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Checks whether the flag widget is displayed.
ContentTranslationOutdatedRevisionTranslationTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php

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