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. 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
FinalTestNonTerminableHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php Stub of http_middleware class that is declared final but is not terminable.
FinalTestNonTerminableHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinderTest class core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php @covers \Drupal\Core\DefaultContent\Finder[[api-linebreak]]
@group DefaultContent
FinderTest.php file core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php
FinderTest::testExceptionIfNoUuid function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that files without UUIDs will raise an exception.
FinderTest::testFoundDataIsInDependencyOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that any discovered entity data is sorted into dependency order.
FinishResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\FinishResponseSubscriber[[api-linebreak]]
@group EventSubscriber
FinishResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock cache contexts manager.
FinishResponseSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock Kernel.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock language manager.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock request policy.
FinishResponseSubscriberTest::$responsePolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock response policy.
FinishResponseSubscriberTest::$time property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock time service.
FinishResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::testDefaultHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should set some default header values.
FinishResponseSubscriberTest::testExistingHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should not overwrite existing header values.
FixtureDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Returns a known value.
FlattenTest class core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
FlattenTest.php file core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::providerTestFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlatten.
FlattenTest::providerTestFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlattenInvalid.
FlattenTest::setUp function core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::testFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that various array flatten operations work properly.
FlattenTest::testFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that Flatten throws a MigrateException.
FloodTest class core/modules/system/tests/src/Kernel/System/FloodTest.php Functional tests for the flood control mechanism.
FloodTest.php file core/modules/system/tests/src/Kernel/System/FloodTest.php
FloodTest::$modules property core/modules/system/tests/src/Kernel/System/FloodTest.php Modules to install.
FloodTest::floodBackendProvider function core/modules/system/tests/src/Kernel/System/FloodTest.php Provides an array of backends for testClearByPrefix.
FloodTest::testCleanUp function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control mechanism clean-up.
FloodTest::testClearByPrefix function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests clearByPrefix method on flood backends.
FloodTest::testDatabaseBackend function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control database backend.
FocusFirstCommandTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests setting focus via AJAX command.
FocusFirstCommandTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
FocusFirstCommandTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php The theme to install as the default for testing.
FocusFirstCommandTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Modules to install.
FocusFirstCommandTest::testFocusFirst function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests AjaxFocusFirstCommand on a page.
FolderTest class core/tests/Drupal/FunctionalTests/FolderTest.php Tests BrowserTestBase's treatment of hook_install() during setup.
FolderTest.php file core/tests/Drupal/FunctionalTests/FolderTest.php
FolderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/FolderTest.php The theme to install as the default for testing.
FolderTest::$modules property core/tests/Drupal/FunctionalTests/FolderTest.php Modules to install.
FolderTest::testFolderSetup function core/tests/Drupal/FunctionalTests/FolderTest.php
FollowUpMigrationsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Tests follow-up migrations.
FollowUpMigrationsTest class core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Tests follow-up migrations.
FollowUpMigrationsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
FollowUpMigrationsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php
FollowUpMigrationsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Modules to install.
FollowUpMigrationsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Modules to install.
FollowUpMigrationsTest::getFileMigrationInfo function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Returns information about the file to be migrated.

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