| CacheCollectorTest::testUpdateCacheClearTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a clear of the cache collector using tags. |
| CacheCollectorTest::testUpdateCacheDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a delete. |
| CacheCollectorTest::testUpdateCacheInvalidatedConflict |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when there is a conflict after cache invalidation. |
| CacheCollectorTest::testUpdateCacheLockFail |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when the lock acquire fails. |
| CacheCollectorTest::testUpdateCacheMerge |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a cache hit, then item updated by a different request. |
| CacheCollectorTest::testUpdateCacheNoChanges |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when no changes were made. |
| CacheCollectorTest::testUpdateCacheRace |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a cache miss, then item created by another request. |
| CacheCollectorTest::testUpdateCacheReset |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a reset of the cache collector. |
| CacheContextOptimizationTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Tests the cache context optimization. |
| CacheContextOptimizationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
|
| CacheContextOptimizationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Modules to install. |
| CacheContextOptimizationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
|
| CacheContextOptimizationTest::testUserPermissionCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.permissions' cache context is able to define cache tags. |
| CacheContextOptimizationTest::testUserRolesCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.roles' still works when it is optimized away. |
| CacheContextsManagerTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests Drupal\Core\Cache\Context\CacheContextsManager. |
| CacheContextsManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::getContextsFixture |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::getMockContainer |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::providerTestInvalidCalculatedContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Provides a list of invalid 'baz' cache contexts: the parameter is missing. |
| CacheContextsManagerTest::providerTestOptimizeTokens |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Provides a list of context token sets. |
| CacheContextsManagerTest::testAvailableContextLabels |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::testAvailableContextStrings |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::testConvertTokensToKeys |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests convert tokens to keys. |
| CacheContextsManagerTest::testInvalidCalculatedContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests invalid calculated context. |
| 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. |