| CacheContextsManagerTest::testInvalidContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests invalid context. |
| CacheContextsManagerTest::testOptimizeTokens |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests optimize tokens. |
| CacheContextsManagerTest::testValidateContexts |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests validate contexts. |
| CacheContextsManagerTest::validateTokensProvider |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Provides a list of cache context token arrays. |
| CachedDataUITest |
class |
core/modules/views_ui/tests/src/Functional/CachedDataUITest.php |
Tests the shared tempstore cache in the UI. |
| CachedDataUITest.php |
file |
core/modules/views_ui/tests/src/Functional/CachedDataUITest.php |
|
| CachedDataUITest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/CachedDataUITest.php |
The theme to install as the default for testing. |
| CachedDataUITest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/CachedDataUITest.php |
Views used by this test. |
| CachedDataUITest::testCacheData |
function |
core/modules/views_ui/tests/src/Functional/CachedDataUITest.php |
Tests the shared tempstore views data in the UI. |
| CachedStorageTest |
class |
core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php |
Tests the interaction of cache and file storage in CachedStorage. |
| CachedStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Tests CachedStorage operations. |
| CachedStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
|
| CachedStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php |
|
| CachedStorageTest::$cache |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
The cache backend the cached storage is using. |
| CachedStorageTest::$cacheFactory |
property |
core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php |
|
| CachedStorageTest::$fileStorage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
The file storage the cached storage is using. |
| CachedStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Deletes configuration data from the storage. |
| CachedStorageTest::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Inserts configuration data in the storage. |
| CachedStorageTest::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Reads configuration data from the storage. |
| CachedStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
|
| CachedStorageTest::testInvalidStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Tests an invalid storage. |
| CachedStorageTest::testListAllStaticCache |
function |
core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php |
Tests listAll static cache. |
| CachedStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Updates configuration data in the storage. |
| CacheFactoryTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests Drupal\Core\Cache\CacheFactory. |
| 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 |
Tests Drupal\Core\PreWarm\CachePreWarmer. |
| 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 |
Tests pre warm all. |
| CachePreWarmerTest::testPreWarmByOne |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests pre warm by one. |
| CachePreWarmerTest::testPreWarmOnlyOne |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests pre warm only one. |
| CacheTagsInvalidatorTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests Drupal\Core\Cache\CacheTagsInvalidator. |
| CacheTagsInvalidatorTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
|
| CacheTagsInvalidatorTest::testInvalidateTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests invalidate tags. |
| CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests invalidate tags with invalid tags. |
| 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. |