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 11.x 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
TestToolkit::getSupportedExtensions function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::getType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the type of the image.
TestToolkit::getWidth function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::isAvailable function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::isValid function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::logCall function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Stores the values passed to a toolkit call.
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::save function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::setType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Sets the PHP type of the image.
TestToolkit::submitConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::supportedTypes function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns a list of image types supported by the toolkit.
TestToolkit::validateConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::__construct function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Constructs a TestToolkit object.
TestTrait trait core/modules/system/tests/src/Traits/TestTrait.php A nothing trait, but declared in the Drupal\Tests namespace.
TestTrait.php file core/modules/system/tests/src/Traits/TestTrait.php
TestTrait::$stuff property core/modules/system/tests/src/Traits/TestTrait.php Random string for a not very interesting trait.
TestTrait::getStuff function core/modules/system/tests/src/Traits/TestTrait.php Return a test string to a trait user.
TestTranslation class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php Provides test media source.
TestTranslation.php file core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php
TestTranslation::getMetadata function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php Gets the value for a metadata attribute for a given media item.
TestTranslationManager class core/modules/user/tests/src/Unit/PermissionHandlerTest.php Implements a translation manager in tests.
TestTranslationManager class core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php A chained translation implementation used for testing.
TestTranslationManager::formatPlural function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestTranslationManager::translate function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestTranslationManager::translateString function core/modules/user/tests/src/Unit/PermissionHandlerTest.php
TestTranslationManager::__construct function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php
TestType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php Test workflow type.
TestType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php
TestType::getRequiredStates function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php
TestUrl class core/tests/Drupal/Tests/Core/UrlTest.php URL information holder with overridden access manager for testing.
TestUrl::setAccessManager function core/tests/Drupal/Tests/Core/UrlTest.php Sets the access manager.
TestValidatedReferenceConstraint class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php Validates referenced entities.
TestValidatedReferenceConstraint.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php
TestValidatedReferenceConstraint::__construct function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php
TestValidatedReferenceConstraintValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php Validates referenced entities.
TestValidatedReferenceConstraintValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php
TestValidatedReferenceConstraintValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php
TestViewListBuilder class core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Stub class for testing ViewListBuilder methods.
TestViewListBuilder::buildOperations function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
TestViewsLocalTask class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Replaces the applicable views call for easier testability.
TestViewsLocalTask::$result property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The view result.
TestViewsLocalTask::getApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
TestViewsLocalTask::setApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Sets applicable views result.
TestViewsTest class core/modules/views/tests/src/Kernel/TestViewsTest.php Tests that test views provided by all modules match schema.
TestViewsTest.php file core/modules/views/tests/src/Kernel/TestViewsTest.php
TestViewsTest::$modules property core/modules/views/tests/src/Kernel/TestViewsTest.php
TestViewsTest::setUp function core/modules/views/tests/src/Kernel/TestViewsTest.php
TestViewsTest::testDefaultConfig function core/modules/views/tests/src/Kernel/TestViewsTest.php Tests default configuration data type.
TestWaitTerminateMiddleware class core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php Acquire a lock to signal request termination to the test runner.
TestWaitTerminateMiddleware.php file core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php

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