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
EditorIntegrationTest class core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests Edit module integration (Editor module's inline editing support).
EditorIntegrationTest.php file core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
EditorIntegrationTest::$accessChecker property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The access checker object to be used by the metadata generator object.
EditorIntegrationTest::$editorManager property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The manager for editor plug-ins.
EditorIntegrationTest::$editorSelector property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The editor selector object to be used by the metadata generator object.
EditorIntegrationTest::$fieldName property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The name of the field used for tests.
EditorIntegrationTest::$metadataGenerator property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php The metadata generator object to be tested.
EditorIntegrationTest::$modules property core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Modules to enable.
EditorIntegrationTest::getSelectedEditor function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Returns the in-place editor that quickedit selects.
EditorIntegrationTest::setUp function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Sets the default field storage backend for fields created during tests.
EditorIntegrationTest::testAttachments function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests in-place editor attachments when the Editor module is present.
EditorIntegrationTest::testEditorSelection function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests editor selection when the Editor module is present.
EditorIntegrationTest::testGetUntransformedTextCommand function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
EditorIntegrationTest::testMetadata function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests (custom) metadata when the formatted text editor is used.
EditorJsonAnonTest class core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php @group rest
EditorJsonAnonTest.php file core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
EditorJsonAnonTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The theme to install as the default for testing.
EditorJsonAnonTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The format to use in this test.
EditorJsonAnonTest::$mimeType property core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php The MIME type that corresponds to $format.
EditorJsonBasicAuthTest class core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php @group rest
EditorJsonBasicAuthTest.php file core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php
EditorJsonBasicAuthTest::$auth property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The authentication mechanism to use in this test.
EditorJsonBasicAuthTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The theme to install as the default for testing.
EditorJsonBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The format to use in this test.
EditorJsonBasicAuthTest::$mimeType property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php The MIME type that corresponds to $format.
EditorJsonBasicAuthTest::$modules property core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php Modules to install.
EditorJsonCookieTest class core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php @group rest
EditorJsonCookieTest.php file core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php
EditorJsonCookieTest::$auth property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The authentication mechanism to use in this test.
EditorJsonCookieTest::$defaultTheme property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The theme to install as the default for testing.
EditorJsonCookieTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The format to use in this test.
EditorJsonCookieTest::$mimeType property core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php The MIME type that corresponds to $format.
EditorLoadingTest class core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests loading of text editors.
EditorLoadingTest.php file core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorLoadingTest.php The theme to install as the default for testing.
EditorLoadingTest::$modules property core/modules/editor/tests/src/Functional/EditorLoadingTest.php Modules to enable.
EditorLoadingTest::$normalUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php A normal user with additional access to the 'filtered_html' format.
EditorLoadingTest::$privilegedUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php A privileged user with additional access to the 'full_html' format.
EditorLoadingTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php An untrusted user, with access to the 'plain_text' format.
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::setUp function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::testLoading function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests supported element types.
EditorManagerTest class core/modules/editor/tests/src/Kernel/EditorManagerTest.php Tests detection of text editors and correct generation of attachments.
EditorManagerTest.php file core/modules/editor/tests/src/Kernel/EditorManagerTest.php
EditorManagerTest::$editorManager property core/modules/editor/tests/src/Kernel/EditorManagerTest.php The manager for text editor plugins.
EditorManagerTest::$modules property core/modules/editor/tests/src/Kernel/EditorManagerTest.php Modules to enable.
EditorManagerTest::setUp function core/modules/editor/tests/src/Kernel/EditorManagerTest.php
EditorManagerTest::testManager function core/modules/editor/tests/src/Kernel/EditorManagerTest.php Tests the configurable text editor manager.
EditorMediaDialogTest class core/modules/media/tests/src/Kernel/EditorMediaDialogTest.php @coversDefaultClass \Drupal\media\Form\EditorMediaDialog[[api-linebreak]]
@group media

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