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 11.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
EntityTestTest.php file core/modules/jsonapi/tests/src/Functional/EntityTestTest.php
EntityTestTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The theme to install as the default for testing.
EntityTestTest::$entity property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php
EntityTestTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The tested entity type.
EntityTestTest::$modules property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Modules to install.
EntityTestTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The fields that are protected against modification during PATCH requests.
EntityTestTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The name of the tested JSON:API resource type.
EntityTestTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Creates the entity to be tested.
EntityTestTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Computes the cacheability for a given entity collection.
EntityTestTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns the expected JSON:API document for the entity.
EntityTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Return the expected error message.
EntityTestTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns the JSON:API POST document.
EntityTestTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns an array of sparse fields sets to test.
EntityTestTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Sets up the necessary authorization.
EntityTestTextItemNormalizerTest class core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php @group rest
@group #slow
EntityTestTextItemNormalizerTest.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php
EntityTestTextItemNormalizerTest::$defaultTheme property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The theme to install as the default for testing.
EntityTestTextItemNormalizerTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The format to use in this test.
EntityTestTextItemNormalizerTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The MIME type that corresponds to $format.
EntityTestTextItemNormalizerTest::$modules property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Modules to install.
EntityTestTextItemNormalizerTest::createEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Creates the entity to be tested.
EntityTestTextItemNormalizerTest::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestTextItemNormalizerTest::getExpectedCacheTags function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestTextItemNormalizerTest::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the expected normalization of the entity.
EntityTestTextItemNormalizerTest::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the normalized POST entity.
EntityTestTextItemNormalizerTest::providerTestGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php
EntityTestTextItemNormalizerTest::setUpAuthorization function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Sets up the necessary authorization.
EntityTestTextItemNormalizerTest::testGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Tests GETting an entity with the test text field set to a specific format.
EntityTestTranslatableNoUISkip class core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php Defines the test entity class.
EntityTestTranslatableNoUISkip.php file core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php
EntityTestTranslatableUISkip class core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php Defines the test entity class.
EntityTestTranslatableUISkip.php file core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php
EntityTestUniqueConstraint class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php Defines a test entity class for unique constraint.
EntityTestUniqueConstraint.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php
EntityTestUniqueConstraint::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php Provides base field definitions for an entity type.
EntityTestUpdate class core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php Defines the test entity class for testing definition and schema updates.
EntityTestUpdate.php file core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestUpdate::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php Provides base field definitions for an entity type.
EntityTestUpdate::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php Provides field definitions for a specific bundle.
EntityTestUpdate::preCreate function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php Changes the values of an entity before it is created.
EntityTestUpdateStorage class core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Helper class for entity update testing.
EntityTestUpdateStorage.php file core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php
EntityTestUpdateStorage::saveToDedicatedTables function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Saves values of fields that use dedicated tables.
EntityTestUpdateStorageSchema class core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Defines the entity_test_update storage_schema handler.
EntityTestUpdateStorageSchema.php file core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
EntityTestUpdateStorageSchema::getEntitySchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the entity schema for the specified entity type.
EntityTestUpdateStorageSchema::getSharedTableFieldSchema function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php Gets the schema for a single field definition.
EntityTestUserClass class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php A custom bundle class for the User entity.
EntityTestUserClass.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php
EntityTestVariant class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php Defines a custom class to use for EntityTest.

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