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
media_test_embed.services.yml file core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml
media_test_oembed.info.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml
media_test_oembed.libraries.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.libraries.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.libraries.yml
media_test_oembed.routing.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
media_test_source.info.yml file core/modules/media/tests/modules/media_test_source/media_test_source.info.yml core/modules/media/tests/modules/media_test_source/media_test_source.info.yml
media_test_source.schema.yml file core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml
media_test_type.info.yml file core/modules/media/tests/modules/media_test_type/media_test_type.info.yml core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
media_test_views.info.yml file core/modules/media/tests/modules/media_test_views/media_test_views.info.yml core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
MemoryBackendTest class core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests the memory flood implementation.
MemoryBackendTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Unit test of the memory cache backend using the generic cache unit test base.
MemoryBackendTest class core/tests/Drupal/Tests/Core/Cache/MemoryBackendTest.php Tests the MemoryBackend cache.
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest::$flood property core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php The tested memory flood backend.
MemoryBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Creates a new instance of MemoryBackend.
MemoryBackendTest::setUp function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest::testAllowedProceeding function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests an allowed flood event.
MemoryBackendTest::testExpiring function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with expiring, so cron will allow to proceed.
MemoryBackendTest::testGarbageCollection function core/tests/Drupal/Tests/Core/Cache/MemoryBackendTest.php Tests that expired cache items are removed from memory.
MemoryBackendTest::testMemoryBackendThreshold function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests memory backend records events to the nearest microsecond.
MemoryBackendTest::testNotAllowedProceeding function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with more than the allowed calls.
MemoryBackendTest::testNotExpiring function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with no expiring, so cron will not allow to proceed.
MemoryCacheGenericTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Unit test of the memory cache using the generic cache unit test base.
MemoryCacheGenericTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php
MemoryCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Most cache backends ensure changes to objects do not affect the cache.
MemoryCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Creates a new instance of MemoryCache.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests MemoryStorage operations.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Tests the key-value memory storage.
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Deletes configuration data from the storage.
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Inserts configuration data in the storage.
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Reads configuration data from the storage.
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.
MemoryStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests an invalid storage.
MemoryStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Updates configuration data in the storage.
MenuAccessControlHandlerTest class core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php Tests Drupal\system\MenuAccessControlHandler.
MenuAccessControlHandlerTest.php file core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuAccessControlHandlerTest::$accessControlHandler property core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php The menu access control handler.
MenuAccessControlHandlerTest::$modules property core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php Modules to install.
MenuAccessControlHandlerTest::providerTestAccess function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php Provides test cases for menu access control based on user permissions and menu lock status.
MenuAccessControlHandlerTest::setUp function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuAccessControlHandlerTest::testAccess function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php Tests access.
MenuAccessTest class core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Tests the route access checks on menu links.
MenuAccessTest.php file core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
MenuAccessTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php The theme to install as the default for testing.
MenuAccessTest::$modules property core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Modules to install.
MenuAccessTest::assertMenuItemRoutesAccess function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Asserts route requests connected to menu items have the expected access.

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