| KernelTestBaseTest::testSessionOnRequest |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests that a usable session is on the request. |
| KernelTestBaseTest::testSetUp |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests set up. |
| KernelTestBaseTest::testSetUp |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php |
Tests set up. |
| KernelTestBaseTest::testSetUpBeforeClass |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests set up before class. |
| KernelTestBaseTest::testSetUpDoesNotLeak |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests set up does not leak. |
| KernelTestBaseTest::testSubsequentContainerIsolation |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests whether the fixture can re-install modules and configuration. |
| KernelTestBaseTest::testTearDown |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests that ::tearDown() does not perform assertions. |
| KernelTestBaseTest::testVarDump |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests the dump() function provided by the var-dumper Symfony component. |
| KernelTestCompilerPass |
class |
core/tests/Drupal/KernelTests/KernelTestCompilerPass.php |
Adds hooks from kernel test to event dispatcher and module handler. |
| KernelTestCompilerPass.php |
file |
core/tests/Drupal/KernelTests/KernelTestCompilerPass.php |
|
| KernelTestCompilerPass::process |
function |
core/tests/Drupal/KernelTests/KernelTestCompilerPass.php |
|
| KernelTestCompilerPass::__construct |
function |
core/tests/Drupal/KernelTests/KernelTestCompilerPass.php |
Constructs a KernelTestCompilerPass object. |
| KernelTestDynamicPageCacheRequestPolicy |
class |
core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php |
Replaces the dynamic_page_cache module's default request policy. |
| KernelTestDynamicPageCacheRequestPolicy::__construct |
function |
core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php |
Constructs the default Dynamic Page Cache request policy. |
| KernelTestHooksTest |
class |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
Tests that hook implementations in Kernel test classes are executed. |
| KernelTestHooksTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
|
| KernelTestHooksTest::hookTestHook |
function |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
Implements hook_test_hook(). |
| KernelTestHooksTest::hookTestHookAlter |
function |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
Implements hook_test_hook_alter(). |
| KernelTestHooksTest::hookTestVariantHookAlter |
function |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
Implements hook_test_variant_hook_alter(). |
| KernelTestHooksTest::testHookMethodExecution |
function |
core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php |
Invoke hooks and alter hooks and confirm implementations are executed. |
| KernelTestHttpCacheRequestTest |
class |
core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php |
Tests making HTTP requests with page cache in a kernel test. |
| KernelTestHttpCacheRequestTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php |
|
| KernelTestHttpCacheRequestTest::$modules |
property |
core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php |
Modules to install. |
| KernelTestHttpCacheRequestTest::setUp |
function |
core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php |
|
| KernelTestHttpCacheRequestTest::testRequestAnonymous |
function |
core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php |
Tests a request is cached and retrieved. |
| KernelTestHttpDynamicCacheRequestTest |
class |
core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php |
Tests making HTTP requests with dynamic page cache in a kernel test. |
| KernelTestHttpDynamicCacheRequestTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php |
|
| KernelTestHttpDynamicCacheRequestTest::$modules |
property |
core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php |
Modules to install. |
| KernelTestHttpDynamicCacheRequestTest::setUp |
function |
core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php |
|
| KernelTestHttpDynamicCacheRequestTest::testRequestAuthenticated |
function |
core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php |
Tests a request is cached and retrieved. |
| KernelTestHttpRequestTest |
class |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Tests making HTTP requests in a kernel test. |
| KernelTestHttpRequestTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
|
| KernelTestHttpRequestTest::$modules |
property |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Modules to install. |
| KernelTestHttpRequestTest::$testMarkup |
property |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Markup used in test controller response. |
| KernelTestHttpRequestTest::exampleRoute |
function |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Example of a route defined in a kernel test. |
| KernelTestHttpRequestTest::testClickLink |
function |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Tests clickLink() functionality. |
| KernelTestHttpRequestTest::testKernelTestRoute |
function |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Test that kernel test classes can provide their own routes. |
| KernelTestHttpRequestTest::testRequest |
function |
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php |
Tests making a request. |
| KernelTestPageCacheRequestPolicy |
class |
core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php |
Replaces the page_cache module's default request policy. |
| KernelTestPageCacheRequestPolicy::__construct |
function |
core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php |
Constructs the default page cache request policy. |
| KeyValueContentEntityStorage::getLatestRevisionId |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Returns the latest revision identifier for an entity. |
| KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Returns the latest revision affecting the specified translation. |
| KeyValueContentEntityStorageTest |
class |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
|
| KeyValueContentEntityStorageTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Modules to install. |
| KeyValueContentEntityStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
|
| KeyValueContentEntityStorageTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests CRUD operations. |
| KeyValueContentEntityStorageTest::testUninstall |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests uninstallation of a module that does not use the SQL entity storage. |
| KeyValueEntityStorageTest |
class |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage. |
| KeyValueEntityStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
|