Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.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
RequestPathTest::$aliasManager property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The path alias manager used for testing.
RequestPathTest::$currentPath property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The current path.
RequestPathTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php Modules to install.
RequestPathTest::$pluginManager property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The condition plugin manager under test.
RequestPathTest::$requestStack property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The request stack used for testing.
RequestPathTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
RequestPathTest::testConditions function core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php Tests the request path condition.
RequestSanitizerTest class core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests RequestSanitizer class.
RequestSanitizerTest.php file core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
RequestSanitizerTest::$errors property core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Log of errors triggered during sanitization.
RequestSanitizerTest::assertError function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Asserts that the expected error has been logged.
RequestSanitizerTest::createRequestForTesting function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Creates a request and sets PHP globals for testing.
RequestSanitizerTest::errorHandler function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Catches and logs errors to $this->errors.
RequestSanitizerTest::providerTestAcceptableDestinations function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Data provider for testing acceptable destinations.
RequestSanitizerTest::providerTestRequestSanitization function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Data provider for testRequestSanitization.
RequestSanitizerTest::providerTestSanitizedDestinations function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Data provider for testing sanitized destinations.
RequestSanitizerTest::setUp function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
RequestSanitizerTest::testAcceptableDestinationGet function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests acceptable destinations are not removed from GET requests.
RequestSanitizerTest::testAcceptableDestinationPost function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests acceptable destinations are not removed from POST requests.
RequestSanitizerTest::testRequestSanitization function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests RequestSanitizer class.
RequestSanitizerTest::testSanitizedDestinationGet function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests unacceptable destinations are removed from GET requests.
RequestSanitizerTest::testSanitizedDestinationPost function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests unacceptable destinations are removed from GET requests.
RequestStackLegacyTest class core/tests/Drupal/Tests/Core/Http/RequestStackLegacyTest.php @coversDefaultClass \Drupal\Core\Http\RequestStack[[api-linebreak]]
@group legacy
RequestStackLegacyTest.php file core/tests/Drupal/Tests/Core/Http/RequestStackLegacyTest.php
RequestStackLegacyTest::testGetMainRequestDeprecation function core/tests/Drupal/Tests/Core/Http/RequestStackLegacyTest.php Tests deprecation message in our subclassed RequestStack.
RequiredModuleUninstallValidatorTest class core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @coversDefaultClass \Drupal\Core\Extension\RequiredModuleUninstallValidator[[api-linebreak]]
@group Extension
RequiredModuleUninstallValidatorTest.php file core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::$uninstallValidator property core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::setUp function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::testValidateNoModule function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
RequiredModuleUninstallValidatorTest::testValidateNotRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
RequiredModuleUninstallValidatorTest::testValidateRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
RequiredStatesTest class core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Tests Workflow type's required states and configuration initialization.
RequiredStatesTest.php file core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php
RequiredStatesTest::$modules property core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Modules to install.
RequiredStatesTest::testChangeRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php Ensures that initialized configuration can be changed.
RequiredStatesTest::testDeleteRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers \Drupal\workflows\Entity\Workflow::preSave[[api-linebreak]]
RequiredStatesTest::testGetRequiredStates function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers ::getRequiredStates[[api-linebreak]]
@covers ::__construct[[api-linebreak]]
RequiredStatesTest::testNoStatesRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers \Drupal\workflows\Entity\Workflow::preSave[[api-linebreak]]
RequiredStateTestType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php Test workflow type.
RequiredStateTestType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php
RequiredStateTestType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php Gets default configuration for this plugin.
requirements1_test.info.yml file core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml
requirements1_test.install file core/modules/system/tests/modules/requirements1_test/requirements1_test.install Install hooks for test module.
requirements1_test.module file core/modules/system/tests/modules/requirements1_test/requirements1_test.module Hook implementations for requirements1_test module.
requirements1_test_requirements function core/modules/system/tests/modules/requirements1_test/requirements1_test.install Implements hook_requirements().
requirements1_test_requirements_alter function core/modules/system/tests/modules/requirements1_test/requirements1_test.module Implements hook_requirements_alter().
requirements2_test.info.yml file core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
RequirementsExceptionTest class core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @coversDefaultClass \Drupal\migrate\Exception\RequirementsException[[api-linebreak]]
@group migrate
RequirementsExceptionTest.php file core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php

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