Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.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
JqueryUiLibraryAssetsTest::setUp function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php
JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms jQuery UI assets load as expected.
JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms that jQuery UI assets load on the page in the configured order.
JqueryUiLibraryAssetsTest::testProperlySetWeights function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirm assets are weighted so they load in the correct order.
JqueryUiLibraryAssetsTest::testSameAssetSameWeight function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirm that uses of a jQuery UI asset are configured with the same weight.
JqueryUiLibraryAssetsTest::trimFilePath function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Removes base_url() and query args from file paths.
JqueryUiTestAssetsController class core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php Controller for testing jQuery UI asset loading order.
JqueryUiTestAssetsController.php file core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php
JqueryUiTestAssetsController::build function core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php Provides a page that loads a library.
jqueryui_library_assets_test.info.yml file core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.info.yml core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.info.yml
jqueryui_library_assets_test.routing.yml file core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.routing.yml core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.routing.yml
jquery_keyevent_polyfill_test.info.yml file core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.info.yml core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.info.yml
jquery_keyevent_polyfill_test.libraries.yml file core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.libraries.yml core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.libraries.yml
jquery_keyevent_polyfill_test.module file core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.module Helper module for jQuery 3.6 FunctionalJavascript test compatibility.
jquery_keyevent_polyfill_test_library_info_alter function core/modules/system/tests/modules/jquery_keyevent_polyfilll_test/jquery_keyevent_polyfill_test.module Implements hook_library_info_alter().
js-interaction-test-blocker-element.css file core/modules/system/tests/modules/js_interaction_test/css/js-interaction-test-blocker-element.css .blocker-element {
/* Position the box over the target. */
position: relative;
z-index: 1;
top: -30px;
left: -5px;
/* Size the box to cover the target. */
width: 500px;
height: 40px;
opacity: 0.5;
/* Make the blocker element…
JsAjaxTestCommand class core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php Test Ajax command.
JsAjaxTestCommand.php file core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php
JsAjaxTestCommand::render function core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php Return an array to be run through json_encode and sent to the client.
JsAjaxTestForm class core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Test form for js_ajax_test.
JsAjaxTestForm.php file core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
JsAjaxTestForm::addButton function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Ajax callback for the "Add button" button.
JsAjaxTestForm::buildForm function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Form for testing the addition of various types of elements via Ajax.
JsAjaxTestForm::getFormId function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Returns a unique string identifying the form.
JsAjaxTestForm::submitForm function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Form submission handler.
JsCookieTestController class core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php Test controller to assert js-cookie library integration.
JsCookieTestController.php file core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php
JsCookieTestController::jqueryCookieShimTest function core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php Provides buttons to add and remove cookies using JavaScript.
JsDeprecationTestController class core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php Test Controller to show message links.
JsDeprecationTestController.php file core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php
JsDeprecationTestController::jsDeprecationTest function core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php Renders page that has js_deprecation_test/deprecation library attached.
JsErrorsTestController class core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php Test Controller loading js_errors_test/errors_test library.
JsErrorsTestController.php file core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php
JsErrorsTestController::jsErrorsTest function core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php Renders page that has js_errors_test/errors_test library attached.
JSInteractionTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Tests fault tolerant interactions.
JSInteractionTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
JSInteractionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php The theme to install as the default for testing.
JSInteractionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Modules to enable.
JSInteractionTest::testElementsInteraction function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert no exception is thrown when elements become interactive.
JSInteractionTest::testFieldValueNotSettable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the field is never enabled.
JSInteractionTest::testNotClickable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the blocker element is never removed.
JSInteractionTestForm class core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Controller for testing fault tolerant JavaScript interactions.
JSInteractionTestForm.php file core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
JSInteractionTestForm::buildForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Creates the test form.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
JSInteractionTestForm::submitForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Form submission handler.
JsMessageTest class core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests core/drupal.message library.
JsMessageTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php The theme to install as the default for testing.
JsMessageTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Modules to enable.

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