Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.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
EntityListBuilderTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php The theme to install as the default for testing.
EntityListBuilderTest::$entityListBuilder property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The EntityListBuilder object to test.
EntityListBuilderTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity type used for testing.
EntityListBuilderTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The module handler used for testing.
EntityListBuilderTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Modules to enable.
EntityListBuilderTest::$redirectDestination property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The redirect destination service.
EntityListBuilderTest::$role property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity used to construct the EntityListBuilder.
EntityListBuilderTest::$roleStorage property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The role storage used for testing.
EntityListBuilderTest::$translationManager property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The translation manager used for testing.
EntityListBuilderTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
EntityListBuilderTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
EntityListBuilderTest::testCacheContexts function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests that the correct cache contexts are set.
EntityListBuilderTest::testCacheTags function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests if the list cache tags are set.
EntityListBuilderTest::testGetOperations function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @covers ::getOperations[[api-linebreak]]
EntityListBuilderTest::testPager function core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Test paging.
EntityLoadByUuidTest class core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Tests loading entities by UUID.
EntityLoadByUuidTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Modules to enable.
EntityLoadByUuidTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking function core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php Ensures that ::loadEntityByUuid() doesn't apply access checking.
EntityManagerTest class core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @coversDefaultClass \Drupal\Core\Entity\EntityManager[[api-linebreak]]
@group Entity
@group legacy
EntityManagerTest.php file core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php
EntityManagerTest::$entityDisplayRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity display repository.
EntityManagerTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity field manager.
EntityManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity last installed schema repository.
EntityManagerTest::$entityManager property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity manager.
EntityManagerTest::$entityRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity repository.
EntityManagerTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type bundle info.
EntityManagerTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type manager.
EntityManagerTest::$entityTypeRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php The entity type repository.
EntityManagerTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php
EntityManagerTest::testActiveMultiple function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getActiveMultiple() method.
EntityManagerTest::testClearCachedBundles function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearCachedBundles() method.
EntityManagerTest::testClearCachedDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearCachedDefinitions() method.
EntityManagerTest::testClearCachedFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearCachedFieldDefinitions() method.
EntityManagerTest::testClearDisplayModeInfo function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearDisplayModeInfo() method.
EntityManagerTest::testCreateHandlerInstance function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::createHandlerInstance[[api-linebreak]]
EntityManagerTest::testCreateInstance function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the createInstance() method.
EntityManagerTest::testGetAccessControlHandler function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getAccessControlHandler[[api-linebreak]]
EntityManagerTest::testGetActive function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getActive() method.
EntityManagerTest::testGetActiveDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getActiveDefinition[[api-linebreak]]
EntityManagerTest::testGetActiveFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getActiveFieldStorageDefinitions[[api-linebreak]]
EntityManagerTest::testGetAllBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getAllBundleInfo() method.
EntityManagerTest::testGetAllFormModes function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getAllFormModes() method.
EntityManagerTest::testGetAllViewModes function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getAllViewModes() method.
EntityManagerTest::testGetBaseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getBaseFieldDefinitions() method.
EntityManagerTest::testGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getBundleInfo() method.
EntityManagerTest::testGetCanonical function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getCanonical() method.
EntityManagerTest::testGetCanonicalMultiple function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getCanonicalMultiple() method.
EntityManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getDefinition[[api-linebreak]]

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