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 10.3.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
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 install.
StackKernelIntegrationTest::testRequest function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests a request.
StackKernelIntegrationTest::testServiceClosureMiddlewares function core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php Tests that service closure middleware avoids creation of http kernel.
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 install.
StackSessionHandlerIntegrationTest::testRequest function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a request.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session rewrite-unmodified request with a valid session cookie.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session modify request with a valid session cookie.
StageCommitExceptionTest class core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Tests Drupal\package_manager\SandboxManagerBase.
StageCommitExceptionTest.php file core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php
StageCommitExceptionTest::$modules property core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Modules to install.
StageCommitExceptionTest::providerCommitException function core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Data provider for testCommitException().
StageCommitExceptionTest::register function core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Registers test-specific services.
StageCommitExceptionTest::testCommitException function core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php Tests exception handling during calls to Composer Stager commit.
StageConflictTest class core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Tests Drupal\package_manager\SandboxManagerBase.
StageConflictTest.php file core/modules/package_manager/tests/src/Kernel/StageConflictTest.php
StageConflictTest::$modules property core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Modules to install.
StageConflictTest::providerDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Data provider for testDestroyDuringApply().
StageConflictTest::register function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Registers test-specific services.
StageConflictTest::testApplyAndPostApplyInSameRequest function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Tests running apply and post-apply in the same request.
StageConflictTest::testDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Tests destroying a stage while applying it.
StageConflictTest::testUninstallModuleDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Test uninstalling any module while the staged changes are being applied.
StagedDBUpdateValidatorTest class core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests Staged DBUpdate Validator.
StagedDBUpdateValidatorTest.php file core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Data provider for ::testStagedDatabaseUpdates().
StagedDBUpdateValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests validation of staged database updates.
StagedDBUpdateValidatorTest::testUnclaimedStage function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests that the validator disregards unclaimed stages.
StageEventsTest class core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that the stage fires events during its lifecycle.
StageEventsTest.php file core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
StageEventsTest::$events property core/modules/package_manager/tests/src/Kernel/StageEventsTest.php The events that were fired, in the order they were fired.
StageEventsTest::$stage property core/modules/package_manager/tests/src/Kernel/StageEventsTest.php The stage under test.
StageEventsTest::getSubscribedEvents function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
StageEventsTest::handleEvent function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Handles a stage life cycle event.
StageEventsTest::providerValidationResults function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Data provider for testValidationResults().
StageEventsTest::register function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Registers test-specific services.
StageEventsTest::setUp function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
StageEventsTest::testAddResult function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests adding validation results to events.
StageEventsTest::testEvents function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that the stage fires life cycle events in a specific order.
StageEventsTest::testExceptionIfNoErrorBeforeStopPropagation function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests exception is thrown if error is not added before stopPropagation().
StageEventsTest::testPackageListsAvailableToRequireEvents function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that pre- and post-require events have access to the package lists.
StageEventsTest::testValidationResults function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that an exception is thrown if an event has validation results.
StageLoggedOnErrorTest class core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Tests Drupal\package_manager\SandboxManagerBase.
StageLoggedOnErrorTest.php file core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
StageLoggedOnErrorTest::$modules property core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Modules to install.
StageLoggedOnErrorTest::providerLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Data provider for testLoggedOnError().

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