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. 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
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().
StageLoggedOnErrorTest::register function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Registers test-specific services.
StageLoggedOnErrorTest::testLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Tests logged on error.
StageOwnershipTest class core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests that ownership of the stage is enforced.
StageOwnershipTest.php file core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php
StageOwnershipTest::$modules property core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Modules to install.
StageOwnershipTest::assertOwnershipIsEnforced function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Asserts that ownership is enforced across stage directories.
StageOwnershipTest::setUp function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php
StageOwnershipTest::testClaim function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests behavior of claiming a stage.
StageOwnershipTest::testForceDestroy function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests a stage being destroyed by a user who doesn't own it.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations, even if logged out.
StageOwnershipTest::testStageOwnedByCreator function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests that the stage is owned by the person who calls create() on it.
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.
StandardPerformanceTest class core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Tests the performance of basic functionality in the standard profile.
StandardPerformanceTest.php file core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php
StandardPerformanceTest::$defaultTheme property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The theme to install as the default for testing.
StandardPerformanceTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The profile to install as a basis for testing.
StandardPerformanceTest::$user property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The user account created during testing.
StandardPerformanceTest::assertNoJavaScript function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Passes if no JavaScript is found on the page.
StandardPerformanceTest::refreshVariables function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php Provides an empty implementation to prevent the resetting of caches.
StandardPerformanceTest::setUp function core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php

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