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
TestLocalTaskController::methodWithoutUpcastNode function core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php A method which does not hint the node parameter to avoid upcasting.
TestLocalTaskDefault class core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Stub class for testing LocalTaskDefault.
TestLocalTaskDefault::setRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
TestLog class core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php Throws an exception while logging an exception.
TestLog.php file core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestLog::log function core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestMailCollector class core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php Defines a mail backend that captures sent messages in the state system.
TestMailCollector.php file core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php
TestMailCollector::mail function core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php
TestMailManager class core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Provides a testing version of MailManager with an empty constructor.
TestMailManager::doMail function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
TestMailManager::setDiscovery function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Sets the discovery for the manager.
TestMediaFilterController class core/modules/media/tests/modules/media_test_embed/src/Controller/TestMediaFilterController.php Controller to allow testing of error handling of Media Embed in text editors.
TestMediaFilterController.php file core/modules/media/tests/modules/media_test_embed/src/Controller/TestMediaFilterController.php
TestMediaFilterController::preview function core/modules/media/tests/modules/media_test_embed/src/Controller/TestMediaFilterController.php Returns a HTML response containing a preview of the text after filtering.
TestMemoryBackend class core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Stub class with memory cache implementation for testing.
TestMemoryBackend::getAllCids function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
TestMiddleware class core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php Provides a test middleware.
TestMiddleware.php file core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php
TestMiddleware::$httpKernel property core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php The decorated kernel.
TestMiddleware::$optionalArgument property core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php An optional argument.
TestMiddleware::handle function core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php
TestMiddleware::__construct function core/modules/system/tests/modules/http_kernel_test/src/HttpKernel/TestMiddleware.php Constructs a new TestMiddleware object.
TestMigrateExecutable class core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php MigrateExecutable test class.
TestMigrateExecutable.php file core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable.php file core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable::$sourceIdValues property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The configuration values of the source.
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Get the ID map from the current migration.
TestMigrateExecutable::getSource function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable::handleException function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable::setSource function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to set protected source property.
TestMigrateExecutable::setSourceIdValues function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to protected sourceIdValues property.
TestMigrateExecutable::setStringTranslation function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the string translation service.
TestMigration class core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the TestMigration class.
TestMigration::setDestinationPlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the destination Plugin.
TestMigration::setMigrationPluginManager function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the plugin manager service.
TestMigration::setPluginId function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the migration ID (machine name).
TestMigration::setRequirements function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the requirements values.
TestMigration::setSourcePlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Sets the source Plugin.
TestMigration::__construct function core/modules/migrate/tests/src/Unit/MigrationTest.php Constructs an instance of TestMigration object.
TestMigrationConfigurationTrait class core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php Test class that uses the trait we are testing.
TestMigrationMock class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A mock migration plugin.
TestMigrationMock::$set property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php The values passed into set().
TestMigrationMock::getMigrationDependencies function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::id function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::set function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
TestMigrationMock::__construct function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php TestMigrationMock constructor.

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