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
EarlyRenderingControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php The theme to install as the default for testing.
EarlyRenderingControllerTest::$modules property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Modules to install.
EarlyRenderingControllerTest::testEarlyRendering function core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Tests theme preprocess functions being able to attach assets.
EarlyRenderingTestController class core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Controller routines for early_rendering_test routes.
EarlyRenderingTestController.php file core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::$renderer property core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php The renderer.
EarlyRenderingTestController::ajaxResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::ajaxResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::earlyRenderContent function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArray function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArrayEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::response function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::__construct function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Constructs an EarlyRenderingTestController.
early_rendering_controller_test.info.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml
early_rendering_controller_test.routing.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml
early_rendering_controller_test.services.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml
early_translation_test.authentication.early_translation_test service core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml Drupal\early_translation_test\Auth
early_translation_test.info.yml file core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml
early_translation_test.services.yml file core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml
EditModeTest class core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Tests edit mode.
EditModeTest.php file core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
EditModeTest::$adminTheme property core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php The administration theme name.
EditModeTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php The theme to install as the default for testing.
EditModeTest::$modules property core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Modules to install.
EditModeTest::ANNOUNCE_SELECTOR constant core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php CSS selector for Drupal's announce element.
EditModeTest::assertAnnounceEditMode function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Asserts that the correct message was announced when entering edit mode.
EditModeTest::assertAnnounceLeaveEditMode function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Assert that the correct message was announced when leaving edit mode.
EditModeTest::getTabbableElementsCount function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Gets the number of elements that are tabbable.
EditModeTest::pressToolbarEditButton function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Presses the toolbar edit mode.
EditModeTest::setUp function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
EditModeTest::testEditModeEnableDisable function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Tests enabling and disabling edit mode.
EditorAdminTest class core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Tests Editor Admin.
EditorAdminTest class core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests administration of text editors.
EditorAdminTest.php file core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
EditorAdminTest.php file core/modules/editor/tests/src/Functional/EditorAdminTest.php
EditorAdminTest::$adminUser property core/modules/editor/tests/src/Functional/EditorAdminTest.php A user with the 'administer filters' permission.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php The theme to install as the default for testing.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorAdminTest.php The theme to install as the default for testing.
EditorAdminTest::$modules property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Modules to install.

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