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
EntityResourceTestBase::makeNormalizationInvalid function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Makes the given entity normalization invalid.
EntityResourceTestBase::normalizeHeadersForGetHeadComparison function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Normalizes response headers before HEAD vs GET equality assertion.
EntityResourceTestBase::provisionEntityResource function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Provides an entity resource.
EntityResourceTestBase::revokeAllPermissions function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Revokes all permissions from anonymous and authenticated roles.
EntityResourceTestBase::setUp function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
EntityResourceTestBase::testCrud function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Tests all CRUD operations in a single test method.
EntityResourceValidationTraitTest class core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php Tests Drupal\rest\Plugin\rest\resource\EntityResourceValidationTrait.
EntityResourceValidationTraitTest.php file core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php
EntityResourceValidationTraitTest::testFailedValidate function core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php Tests failed validate.
EntityResourceValidationTraitTest::testValidate function core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php Tests validate.
EntityResourceValidationTraitTestClass class core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php A test class to use to test EntityResourceValidationTrait.
EntityReverseJoinTest class core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php Tests the EntityReverse join plugin.
EntityReverseJoinTest.php file core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php
EntityReverseJoinTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php Views to be enabled.
EntityReverseJoinTest::testJoinThroughRelationship function core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php Tests that the EntityReverse plugin loads the correct join plugin.
EntityRevisionParamConverterTest class core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests Drupal\Core\ParamConverter\EntityRevisionParamConverter.
EntityRevisionParamConverterTest.php file core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::$converter property core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php The tested entity revision param converter.
EntityRevisionParamConverterTest::getTestRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::providerTestConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Provides test data for testConvert.
EntityRevisionParamConverterTest::setUp function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php
EntityRevisionParamConverterTest::testApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests applying route.
EntityRevisionParamConverterTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method.
EntityRevisionParamConverterTest::testConvertWithInvalidDynamicEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid dynamic entity type ID.
EntityRevisionParamConverterTest::testConvertWithInvalidEntityType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid entity type ID.
EntityRevisionParamConverterTest::testConvertWithInvalidType function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests the convert() method with an invalid dynamic entity type ID.
EntityRevisionParamConverterTest::testNonApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php Tests non applying route.
EntityRevisionRouteEnhancerTest class core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer.
EntityRevisionRouteEnhancerTest.php file core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::$routeEnhancer property core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::setUp function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
EntityRevisionRouteEnhancerTest::testEnhanceWithEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests enhance with entity revision.
EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests enhance without entity revision.
EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter function core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php Tests enhance without parameter.
EntityRevisionsTest class core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the loaded Revision of an entity.
EntityRevisionsTest class core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Tests modifying an entity with revisions.
EntityRevisionsTest.php file core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
EntityRevisionsTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
EntityRevisionsTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php The theme to install as the default for testing.
EntityRevisionsTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Modules to install.
EntityRevisionsTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Modules to install.
EntityRevisionsTest::$webUser property core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php A user with permission to administer entity_test content.
EntityRevisionsTest::runRevisionsTests function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Executes the revision tests for the given entity type.
EntityRevisionsTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
EntityRevisionsTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
EntityRevisionsTest::testDefaultRevisionFlag function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the automatic handling of the "revision_default" flag.
EntityRevisionsTest::testEntityRevisionParamConverter function core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php Tests that an entity revision is upcasted in the correct language.
EntityRevisionsTest::testIsLatestAffectedRevisionTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests that latest affected revisions are working as expected.
EntityRevisionsTest::testIsLatestRevision function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests that latest revisions are working as expected.
EntityRevisionsTest::testLoadedRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests getLoadedRevisionId() returns the correct ID throughout the process.

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