Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
StableTemplateOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php A list of all core modules.
StableTemplateOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Modules to enable.
StableTemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php An array of template names to skip, without the extension.
StableTemplateOverrideTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php The theme handler.
StableTemplateOverrideTest::installAllModules function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Installs all core modules.
StableTemplateOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StableTemplateOverrideTest::testStableTemplateOverrides function core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php Ensures that Stable overrides all relevant core templates.
StableUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Ensures that update hook uninstalls Stable when it's no longer needed.
StableUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php
StableUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Set database dump files to be used.
StableUninstallUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Ensures that Stable is disabled if it's no longer needed.
StableUninstallUpdateTest::testUpdateStableNeeded function core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Ensures that updates run without errors when Stable is still needed.
StableUninstallUpdateTest::testUpdateStableNotInstalled function core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php Ensures that updates run without errors when Stable is not installed.
StackedKernelPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\StackedKernelPass[[api-linebreak]]
@group DependencyInjection
StackedKernelPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$containerBuilder property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::$stackedKernelPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php The stacked kernel pass.
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StackedKernelPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php
StackedKernelPassTest::testProcessWithHttpKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php @covers ::process[[api-linebreak]]
StackKernelIntegrationTest class core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests the stacked kernel functionality.
StackKernelIntegrationTest.php file core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
StackKernelIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Modules to enable.
StackKernelIntegrationTest::testLazyLateMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that late middlewares are automatically flagged lazy.
StackKernelIntegrationTest::testRequest function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests a request.
StackSessionHandlerIntegrationTest class core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests the stacked session handler functionality.
StackSessionHandlerIntegrationTest.php file core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
StackSessionHandlerIntegrationTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php The theme to install as the default for testing.
StackSessionHandlerIntegrationTest::$modules property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Modules to enable.
StackSessionHandlerIntegrationTest::testRequest function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a request.
StandardInstallerTest class core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Tests the interactive installer installing the standard profile.
StandardInstallerTest.php file core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php
StandardInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php The installation profile to install.
StandardInstallerTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Final installer step: Configure site.
StandardInstallerTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the user page is available after installation.
StandardInstallerTest::testStandardConfig function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the exported standard configuration is up to date.
StandardJavascriptTest class core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Tests Standard installation profile JavaScript expectations.
StandardJavascriptTest.php file core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
StandardJavascriptTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php The profile to install as a basis for testing.
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Asserts the number of BigPipe placeholders that are replaced on the page.
StandardJavascriptTest::testBigPipe function core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php Tests BigPipe accelerates particular Standard installation profile routes.
StandardProfileTest class core/modules/rdf/tests/src/Functional/StandardProfileTest.php Tests the RDF mappings and RDFa markup on top of the standard profile.
StandardProfileTest.php file core/modules/rdf/tests/src/Functional/StandardProfileTest.php
StandardProfileTest::$adminUser property core/modules/rdf/tests/src/Functional/StandardProfileTest.php The admin user.
StandardProfileTest::$article property core/modules/rdf/tests/src/Functional/StandardProfileTest.php The article to test.
StandardProfileTest::$articleComment property core/modules/rdf/tests/src/Functional/StandardProfileTest.php The comment on the article to test.
StandardProfileTest::$articleCommentUri property core/modules/rdf/tests/src/Functional/StandardProfileTest.php The URI of the comment on the article to test.
StandardProfileTest::$articleUri property core/modules/rdf/tests/src/Functional/StandardProfileTest.php The URI of the article to test.

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