Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
JUnitConverterTest class core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests Drupal\Core\Test\JUnitConverter.
JUnitConverterTest.php file core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php
JUnitConverterTest::testConvertTestCaseToSimpletestRow function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests convert test case to simpletest row.
JUnitConverterTest::testXmlElementToRows function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests xml element to rows.
JUnitConverterTest::testXmlToRowsEmptyFile function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests xml to rows empty file.
JUnitConverterTest::testXmlToRowsWithErrors function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests errors reported.
JUnitConverterTest::testXmlToRowsWithSkipped function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests skips reported.
Kale class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php Plugin annotation

@Plugin(
id = "kale",
label = "Kale",
color = "green"
)
Kale.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php
keep-me.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-overwrite/keep-me.txt # File in drupal-drupal-test-overwrite that is not replaced by a scaffold file.
KernelPreHandle class core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php Prepares the environment after page caching ran.
KernelPreHandle.php file core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::handle function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::__construct function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelTest class core/tests/PHPStan/fixtures/component-tests.php
KernelTestAttributeRouteDiscovery class core/tests/Drupal/KernelTests/KernelTestAttributeRouteDiscovery.php Discovers routes in a kernel test class using Symfony's Route attribute.
KernelTestAttributeRouteDiscovery.php file core/tests/Drupal/KernelTests/KernelTestAttributeRouteDiscovery.php
KernelTestAttributeRouteDiscovery::collectRoutes function core/tests/Drupal/KernelTests/KernelTestAttributeRouteDiscovery.php Creates a collection of routes to add to the route builder.
KernelTestAttributeRouteDiscovery::__construct function core/tests/Drupal/KernelTests/KernelTestAttributeRouteDiscovery.php
KernelTestBase class core/tests/Drupal/KernelTests/KernelTestBase.php Base class for functional integration tests.
KernelTestBase.php file core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php The class loader.
KernelTestBase::$configImporter property core/tests/Drupal/KernelTests/KernelTestBase.php The configuration importer.
KernelTestBase::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/KernelTestBase.php An array of config object names that are excluded from schema checking.
KernelTestBase::$container property core/tests/Drupal/KernelTests/KernelTestBase.php The test container.
KernelTestBase::$databasePrefix property core/tests/Drupal/KernelTests/KernelTestBase.php The test database prefix.
KernelTestBase::$keyValue property core/tests/Drupal/KernelTests/KernelTestBase.php The key_value service that must persist between container rebuilds.
KernelTestBase::$modules property core/tests/Drupal/KernelTests/KernelTestBase.php Modules to install.
KernelTestBase::$siteDirectory property core/tests/Drupal/KernelTests/KernelTestBase.php The relative path to the test site directory.
KernelTestBase::$strictConfigSchema property core/tests/Drupal/KernelTests/KernelTestBase.php Set to TRUE to strict check all configuration saved.
KernelTestBase::$usesSuperUserAccessPolicy property core/tests/Drupal/KernelTests/KernelTestBase.php Set to TRUE to make user 1 a super user.
KernelTestBase::$vfsRoot property core/tests/Drupal/KernelTests/KernelTestBase.php The virtual filesystem root directory.
KernelTestBase::assertPostConditions function core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::bootEnvironment function core/tests/Drupal/KernelTests/KernelTestBase.php Bootstraps a basic test environment.
KernelTestBase::bootKernel function core/tests/Drupal/KernelTests/KernelTestBase.php Bootstraps a kernel for a test.
KernelTestBase::config function core/tests/Drupal/KernelTests/KernelTestBase.php Configuration accessor for tests. Returns non-overridden configuration.
KernelTestBase::disableModules function core/tests/Drupal/KernelTests/KernelTestBase.php Disables modules for this test.
KernelTestBase::enableModules function core/tests/Drupal/KernelTests/KernelTestBase.php Enables modules for this test.
KernelTestBase::getConfigSchemaExclusions function core/tests/Drupal/KernelTests/KernelTestBase.php Gets the config schema exclusions for this test.
KernelTestBase::getDatabaseConnectionInfo function core/tests/Drupal/KernelTests/KernelTestBase.php Returns the Database connection info to be used for this test.
KernelTestBase::getDatabasePrefix function core/tests/Drupal/KernelTests/KernelTestBase.php Gets the database prefix used for test isolation.
KernelTestBase::getExtensionsForModules function core/tests/Drupal/KernelTests/KernelTestBase.php Returns Extension objects for $modules to install.
KernelTestBase::getModulesToEnable function core/tests/Drupal/KernelTests/KernelTestBase.php Returns the modules to install for this test.
KernelTestBase::initFileCache function core/tests/Drupal/KernelTests/KernelTestBase.php Initializes the FileCache component.
KernelTestBase::installConfig function core/tests/Drupal/KernelTests/KernelTestBase.php Installs default configuration for a given list of modules.
KernelTestBase::installEntitySchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installSchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs database tables from a module schema definition.
KernelTestBase::register function core/tests/Drupal/KernelTests/KernelTestBase.php Registers test-specific services.
KernelTestBase::render function core/tests/Drupal/KernelTests/KernelTestBase.php Renders a render array.
KernelTestBase::setInstallProfile function core/tests/Drupal/KernelTests/KernelTestBase.php Sets the install profile and rebuilds the container to update it.

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