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
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/d7/FollowUpMigrationsTest.php
FollowUpMigrationsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/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.
FollowUpMigrationsTest::providerTestEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Data provider for testEntityReferenceTranslations().
FollowUpMigrationsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php
FollowUpMigrationsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
FollowUpMigrationsTest::testEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Tests entity reference translations.
FollowUpMigrationsTest::testEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Tests entity reference translations.
FooTest class core/tests/PHPStan/fixtures/component-tests.php
FormActionXssTest class core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Ensures that a form's action attribute can't be exploited with XSS.
FormActionXssTest.php file core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FormActionXssTest::$modules property core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Modules to install.
FormActionXssTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form constructor.
FormActionXssTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Returns a unique string identifying the form.
FormActionXssTest::setUp function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FormActionXssTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form submission handler.
FormActionXssTest::testFormActionXss function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Tests form action attribute for XSS.
FormActionXssTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form validation handler.
FormAjaxResponseBuilderTest class core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests Drupal\Core\Form\FormAjaxResponseBuilder.
FormAjaxResponseBuilderTest.php file core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::$callableResolver property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php The callable resolver.
FormAjaxResponseBuilderTest::$formAjaxResponseBuilder property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::$renderer property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::$routeMatch property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::setUp function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::testBuildResponseNoCallable function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response no callable.
FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response no triggering element.
FormAjaxResponseBuilderTest::testBuildResponseRenderArray function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response render array.
FormAjaxResponseBuilderTest::testBuildResponseResponse function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response response.
FormAjaxResponseBuilderTest::testBuildResponseWithCommands function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response with commands.
FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response with update command.
FormAjaxSubscriberTest class core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber.
FormAjaxSubscriberTest.php file core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::$event property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php The event used to derive the response.

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