| CacheTestTrait::verifyRenderCache |
function |
core/modules/system/tests/src/Traits/CacheTestTrait.php |
Verify that a given render cache entry exists with the correct cache tags. |
| CacheWebTest |
class |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Tests pluggable caching for views via a web test. |
| CacheWebTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
|
| CacheWebTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
The theme to install as the default for testing. |
| CacheWebTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Modules to install. |
| CacheWebTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Views used by this test. |
| CacheWebTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Sets up the test. |
| CacheWebTest::testCacheOutputOnPage |
function |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Tests the output caching on an actual page. |
| CacheWebTest::testDisplayWithoutCacheStillBubblesMetadata |
function |
core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php |
Tests that a display without caching still contains the cache metadata. |
| cache_context.config_override_integration_test |
service |
core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml |
Drupal\config_override_integration_test\Cache\ConfigOverrideIntegrationTestCacheContext |
| cache_context.entity_test_view_grants |
service |
core/modules/system/tests/modules/entity_test/entity_test.services.yml |
Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext |
| cache_context.views_test_cache_context |
service |
core/modules/views/tests/modules/views_test_data/views_test_data.services.yml |
Drupal\views_test_data\Cache\ViewsTestCacheContext |
| cache_test.info.yml |
file |
core/modules/system/tests/modules/cache_test/cache_test.info.yml |
core/modules/system/tests/modules/cache_test/cache_test.info.yml |
| cache_test.routing.yml |
file |
core/modules/system/tests/modules/cache_test/cache_test.routing.yml |
core/modules/system/tests/modules/cache_test/cache_test.routing.yml |
| CalculatedPermissionsItemTest |
class |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php |
Tests the CalculatedPermissionsItem value object. |
| CalculatedPermissionsItemTest.php |
file |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php |
|
| CalculatedPermissionsItemTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php |
Tests that the object values were set in the constructor. |
| CalculatedPermissionsItemTest::testHasPermission |
function |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php |
Tests the permission check when the admin flag is not set. |
| CalculatedPermissionsItemTest::testHasPermissionWithAdminFlag |
function |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php |
Tests the permission check when the admin flag is set. |
| CalculatedPermissionsTest |
class |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsTest.php |
Tests the CalculatedPermissions value object. |
| CalculatedPermissionsTest.php |
file |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsTest.php |
|
| CalculatedPermissionsTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsTest.php |
Tests that the object values were set in the constructor. |
| CallableResolverTest |
class |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Tests Drupal\Core\Utility\CallableResolver. |
| CallableResolverTest.php |
file |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
|
| CallableResolverTest::$resolver |
property |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
The callable resolver. |
| CallableResolverTest::callableResolverExceptionHandlingTestCases |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Test cases for ::testCallbackResolverExceptionHandling. |
| CallableResolverTest::method |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test method that returns "foo". |
| CallableResolverTest::setUp |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
|
| CallableResolverTest::staticMethod |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test static method that returns "foo". |
| CallableResolverTest::testCallbackResolver |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Tests callback resolver. |
| CallableResolverTest::testCallbackResolverExceptionHandling |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Tests callback resolver exception handling. |
| CallableResolverTest::__invoke |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test __invoke method. |
| Callbacks::entityTestFormValidate |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
| Callbacks::entityTestFormValidateCheck |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
| CallbackTest |
class |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests the callback process plugin. |
| CallbackTest.php |
file |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
|
| CallbackTest::providerCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallback(). |
| CallbackTest::providerCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackArray(). |
| CallbackTest::providerCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackExceptions(). |
| CallbackTest::strToLower |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Makes a string lowercase for testing purposes. |
| CallbackTest::testCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback with valid "callable". |
| CallbackTest::testCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Test callback with valid "callable" and multiple arguments. |
| CallbackTest::testCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback exceptions. |
| CAlterHooks::testAlter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php |
Implements hook_test_alter(). |
| CAlterHooks::testSubtypeAlter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php |
Implements hook_test_subtype_alter(). |
| CaseInsensitivePathTest |
class |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Tests incoming path case insensitivity. |
| CaseInsensitivePathTest.php |
file |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
|
| CaseInsensitivePathTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
The theme to install as the default for testing. |
| CaseInsensitivePathTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Modules to install. |
| CaseInsensitivePathTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
|