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 11.x 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
ContentEntityBaseUnitTest::testBundle function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests bundle.
ContentEntityBaseUnitTest::testGet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get.
ContentEntityBaseUnitTest::testGetFields function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get fields.
ContentEntityBaseUnitTest::testGetRevisionId function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests get revision id.
ContentEntityBaseUnitTest::testIsDefaultRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is default revision.
ContentEntityBaseUnitTest::testIsNewRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is new revision.
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is translatable.
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests is translatable for monolingual.
ContentEntityBaseUnitTest::testPreSaveRevision function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests pre save revision.
ContentEntityBaseUnitTest::testRequiredValidation function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests required validation.
ContentEntityBaseUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests set.
ContentEntityBaseUnitTest::testSetNewRevisionException function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests set new revision exception.
ContentEntityBaseUnitTest::testTypedData function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests each condition in EntityBase::getTypedData().
ContentEntityBaseUnitTest::testValidate function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests validate.
ContentEntityCacheTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests the entity static cache when used by content entities.
ContentEntityCacheTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityCacheTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Modules to install.
ContentEntityCacheTest::$nonRevEntityTypeId property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php A non-revisionable entity type ID to test with.
ContentEntityCacheTest::$revEntityTypeId property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php A revisionable entity type ID to test with.
ContentEntityCacheTest::doTestLoadUnchanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Helper method for ::testLoadUnchanged().
ContentEntityCacheTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityCacheTest::testCacheInvalidationOnSave function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests that the correct caches are invalidated when an entity is saved.
ContentEntityCacheTest::testCacheNonRevField function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests loading a cached revision after a non-rev field has been changed.
ContentEntityCacheTest::testDelete function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests deleting an entity or an entity revision.
ContentEntityCacheTest::testEntityLoad function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests the static cache when loading content entities.
ContentEntityCacheTest::testLoadUnchanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Tests that on loading unchanged entity a new object reference is returned.
ContentEntityCacheTest::testNonDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php Test swapping revisions in hook_entity_preload().
ContentEntityChangedTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityChangedTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Modules to install.
ContentEntityChangedTest::$mulChangedStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php The EntityTestMulChanged entity type storage.
ContentEntityChangedTest::$mulRevChangedStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php The EntityTestMulRevChanged entity type storage.
ContentEntityChangedTest::getRevisionTranslationAffectedFlag function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Retrieves the revision translation affected flag value.
ContentEntityChangedTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityChangedTest::testChanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests basic EntityChangedInterface functionality.
ContentEntityChangedTest::testChangedSyncing function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests the changed functionality when an entity is syncing.
ContentEntityChangedTest::testRevisionChanged function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php Tests revisionable EntityChangedInterface functionality.
ContentEntityCloneTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests proper cloning of content entities.
ContentEntityCloneTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
ContentEntityCloneTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Modules to install.
ContentEntityCloneTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
ContentEntityCloneTest::testClonedEntityFields function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests if the entity fields are properly cloned.
ContentEntityCloneTest::testDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests changing the default revision flag.
ContentEntityCloneTest::testEnforceIsNewOnClonedEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new entity is not shared.
ContentEntityCloneTest::testEntityKeysModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests modifications on entity keys of a cloned entity object.
ContentEntityCloneTest::testEntityPropertiesModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests references of entity properties after entity cloning.
ContentEntityCloneTest::testFieldEntityReferenceAfterClone function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests if entity references on fields are still correct after cloning.
ContentEntityCloneTest::testFieldValuesAfterSerialize function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests the field values after serializing an entity and its clone.
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests that the flag for enforcing a new revision is not shared.
ContentEntityConstructorTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php Tests the constructor of the entity content source plugin.

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