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
JsonTest::testEncodingLength function core/tests/Drupal/Tests/Component/Serialization/JsonTest.php Tests encoding length.
JsonTest::testEncodingStartEnd function core/tests/Drupal/Tests/Component/Serialization/JsonTest.php Tests end and start of the encoded string.
JsonTest::testReversibility function core/tests/Drupal/Tests/Component/Serialization/JsonTest.php Tests converting PHP variables to JSON strings and back.
JsonTest::testStructuredReversibility function core/tests/Drupal/Tests/Component/Serialization/JsonTest.php Tests the reversibility of structured data.
JsonTestFieldFilterAccessHooks class core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php Hook implementations for jsonapi_test_field_filter_access.
JsonTestFieldFilterAccessHooks.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php
JsonTestFieldFilterAccessHooks::jsonapiEntityFieldFilterAccess function core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php Implements hook_jsonapi_entity_field_filter_access().
JsOptimizerUnitTest class core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests the JS asset optimizer.
JsOptimizerUnitTest.php file core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php A JS asset optimizer.
JsOptimizerUnitTest::providerTestClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset cleaning test.
JsOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset optimize test.
JsOptimizerUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::testClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
JsOptimizerUnitTest::testOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
JsTestingAjaxRequestTestHooks class core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php Hook implementations for js_testing_ajax_request_test.
JsTestingAjaxRequestTestHooks.php file core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php
JsTestingAjaxRequestTestHooks::pageAttachments function core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php Implements hook_page_attachments().
JsTestingLogTestHooks class core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Hook implementations for js_testing_log_test.
JsTestingLogTestHooks.php file core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php
JsTestingLogTestHooks::jsSettingsAlter function core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Implements hook_js_settings_alter().
JsTestingLogTestHooks::pageAttachments function core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Implements hook_page_attachments().
JSTranslationTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php Tests for CKEditor 5 plugins using Drupal's translation system.
JSTranslationTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php
JSTranslationTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php Modules to install.
JSTranslationTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php
JSTranslationTest::test function core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php Integration test to ensure that CKEditor 5 Plugins translations are loaded.
JSWebAssertTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php Tests for the JSWebAssert class.
JSWebAssertTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
JSWebAssertTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php The theme to install as the default for testing.
JSWebAssertTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php Required modules.
JSWebAssertTest::testJsWebAssert function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php Tests that JSWebAssert assertions work correctly.
JsWebAssertTestForm class core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Test form for JSWebAssert WebDriverTestBase.
JsWebAssertTestForm.php file core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php
JsWebAssertTestForm::addAssertWaitOnAjaxRequest function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Test waitForAjax" button.
JsWebAssertTestForm::addButton function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add button" button.
JsWebAssertTestForm::addField function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add field" button.
JsWebAssertTestForm::addId function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add ID" button.
JsWebAssertTestForm::addLink function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add link" button.
JsWebAssertTestForm::addWaitForElementVisible function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Test waitForElementVisible" button.
JsWebAssertTestForm::buildForm function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Form for testing the addition of various types of elements via AJAX.
JsWebAssertTestForm::getFormId function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Returns a unique string identifying the form.
JsWebAssertTestForm::submitForm function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Form submission handler.
jswebassert_test.info.yml file core/modules/system/tests/modules/jswebassert_test/jswebassert_test.info.yml core/modules/system/tests/modules/jswebassert_test/jswebassert_test.info.yml
jswebassert_test.libraries.yml file core/modules/system/tests/modules/jswebassert_test/jswebassert_test.libraries.yml core/modules/system/tests/modules/jswebassert_test/jswebassert_test.libraries.yml
jswebassert_test.routing.yml file core/modules/system/tests/modules/jswebassert_test/jswebassert_test.routing.yml core/modules/system/tests/modules/jswebassert_test/jswebassert_test.routing.yml
js_deprecation_test.info.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml
js_deprecation_test.libraries.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml
js_deprecation_test.routing.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml
js_errors_test.info.yml file core/modules/system/tests/modules/js_errors_test/js_errors_test.info.yml core/modules/system/tests/modules/js_errors_test/js_errors_test.info.yml

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