Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
KernelTestBaseShutdownTest::testNoShutdownFunction function core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php Tests no shutdown function.
KernelTestBaseShutdownTest::testShutdownFunction function core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php Tests shutdown function.
KernelTestBaseTest class core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests Drupal\KernelTests\KernelTestBase.
KernelTestBaseTest class core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php Tests Drupal\KernelTests\KernelTestBase.
KernelTestBaseTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php
KernelTestBaseTest.php file core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::tearDown function core/tests/Drupal/KernelTests/KernelTestBaseTest.php
KernelTestBaseTest::testBootEnvironment function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests boot environment.
KernelTestBaseTest::testBootKernel function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests boot kernel.
KernelTestBaseTest::testContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture allows us to install modules and configuration.
KernelTestBaseTest::testDatabaseDriverModuleEnabled function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests database driver module enabled.
KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests get database connection info with out manual set db url.
KernelTestBaseTest::testLocalTimeZone function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
KernelTestBaseTest::testOutboundHttpRequest function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that an outbound HTTP request can be performed inside of a test.
KernelTestBaseTest::testProfileModules function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Ensures KernelTestBase tests can access modules in profiles.
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests register.
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests render.
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests render with theme.
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

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