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
CacheFactoryTest class core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php @coversDefaultClass \Drupal\Core\Cache\CacheFactory[[api-linebreak]]
@group Cache
CacheFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to customized default service.
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory uses the correct default bin backend.
CacheFactoryTest::testCacheFactoryWithDefaultSettings function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to the built-in default service.
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory picks the correct per-bin service.
CachePreWarmerTest class core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @coversDefaultClass \Drupal\Core\PreWarm\CachePreWarmer[[api-linebreak]]
@group PreWarm
CachePreWarmerTest.php file core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::$classResolver property core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::$warmedMap property core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::setupCacheServices function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::testNoServices function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::testPreWarmAll function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @covers ::preWarmAllCaches[[api-linebreak]]
CachePreWarmerTest::testPreWarmByOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @covers ::preWarmOneCache[[api-linebreak]]
CachePreWarmerTest::testPreWarmOnlyOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @covers ::preWarmOneCache[[api-linebreak]]
CacheTagsInvalidatorTest class core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @coversDefaultClass \Drupal\Core\Cache\CacheTagsInvalidator[[api-linebreak]]
@group Cache
CacheTagsInvalidatorTest.php file core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php
CacheTagsInvalidatorTest::testInvalidateTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags[[api-linebreak]]
@covers ::addInvalidator[[api-linebreak]]
@covers ::addBin[[api-linebreak]]
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags[[api-linebreak]]
CacheTagTest class core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Tests tag cache plugin.
CacheTagTest.php file core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
CacheTagTest::$article property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php An article node.
CacheTagTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The theme to install as the default for testing.
CacheTagTest::$modules property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Views used by this test.
CacheTagTest::$nodeStorage property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node storage.
CacheTagTest::$nodeViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node view builder.
CacheTagTest::$pages property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php An array of page nodes.
CacheTagTest::$testViews property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Views used by this test.
CacheTagTest::$user property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php A test user.
CacheTagTest::$userViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The user view builder.
CacheTagTest::getRenderCache function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Gets the render cache for a given view.
CacheTagTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Sets up the test.
CacheTagTest::testTagCaching function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Tests the tag cache plugin.
CacheTest class core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests pluggable caching for views.
CacheTest class core/tests/Drupal/Tests/Core/Cache/CacheTest.php @coversDefaultClass \Drupal\Core\Cache\Cache[[api-linebreak]]
@group Cache
CacheTest.php file core/tests/Drupal/Tests/Core/Cache/CacheTest.php
CacheTest.php file core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
CacheTest::$modules property core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Modules to install.
CacheTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Views used by this test.
CacheTest::buildTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of (prefix, suffixes) to build cache tags from.
CacheTest::mergeCacheContextsProvide function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache contexts arrays to be merged.
CacheTest::mergeMaxAgesProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::mergeTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::setUp function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
CacheTest::testArgumentDefaultCache function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests that cacheability metadata is carried over from argument defaults.
CacheTest::testBuildTags function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::buildTags[[api-linebreak]]
CacheTest::testCacheContextIntegration function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests the cache context integration for views result cache.
CacheTest::testCacheData function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests the data contained in cached items.
CacheTest::testHeaderStorage function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests css/js storage and restoring mechanism.
CacheTest::testMergeCacheContexts function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::mergeContexts[[api-linebreak]]

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