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
EditorResourceTestBase::$entityTypeId property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The tested entity type.
EditorResourceTestBase::$modules property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Modules to install.
EditorResourceTestBase::createEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Creates the entity to be tested.
EditorResourceTestBase::getExpectedCacheContexts function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EditorResourceTestBase::getExpectedNormalizedEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the expected normalization of the entity.
EditorResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Return the expected error message.
EditorResourceTestBase::getNormalizedPostEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the normalized POST entity.
EditorResourceTestBase::setUpAuthorization function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Sets up the necessary authorization.
EditorSecurityTest class core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests XSS protection for content creators when using text editors.
EditorSecurityTest.php file core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EditorSecurityTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The theme to install as the default for testing.
EditorSecurityTest::$modules property core/modules/editor/tests/src/Functional/EditorSecurityTest.php Modules to install.
EditorSecurityTest::$normalUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML text format with text editor.
EditorSecurityTest::$privilegedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to all text formats and text editors.
EditorSecurityTest::$sampleContent property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The sample content to use in all tests.
EditorSecurityTest::$sampleContentSecured property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The secured sample content to use in most tests.
EditorSecurityTest::$sampleContentSecuredEmbedAllowed property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The secured sample content to use in tests when the <embed> tag is allowed.
EditorSecurityTest::$trustedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML and tags considered dangerous.
EditorSecurityTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML text format without text editor.
EditorSecurityTest::setUp function core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EditorSecurityTest::testEditorXssFilterOverride function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests the standard text editor XSS filter being overridden.
EditorSecurityTest::testInitialSecurity function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests initial security: is the user safe without switching text formats?
EditorSecurityTest::testSwitchingSecurity function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests administrator security: is the user safe when switching text formats?
EditorTest class core/modules/jsonapi/tests/src/Functional/EditorTest.php JSON:API integration test for the "Editor" config entity type.
EditorTest.php file core/modules/jsonapi/tests/src/Functional/EditorTest.php
EditorTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EditorTest.php The theme to install as the default for testing.
EditorTest::$entity property core/modules/jsonapi/tests/src/Functional/EditorTest.php
EditorTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EditorTest.php The tested entity type.
EditorTest::$modules property core/modules/jsonapi/tests/src/Functional/EditorTest.php Modules to install.
EditorTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EditorTest.php The name of the tested JSON:API resource type.
EditorTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/EditorTest.php Creates another entity to be tested.
EditorTest::createEntity function core/modules/jsonapi/tests/src/Functional/EditorTest.php Creates the entity to be tested.
EditorTest::entityAccess function core/modules/jsonapi/tests/src/Functional/EditorTest.php Checks access for the given operation on the given entity.
EditorTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EditorTest.php Returns the expected JSON:API document for the entity.
EditorTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EditorTest.php Return the expected error message.
EditorTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EditorTest.php Returns the JSON:API POST document.
EditorTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EditorTest.php Sets up the necessary authorization.
EditorTestHooks class core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Hook implementations for editor_test.
EditorTestHooks.php file core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php
EditorTestHooks::editorInfoAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_info_alter().
EditorTestHooks::editorJsSettingsAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_js_settings_alter().
EditorTestHooks::editorXssFilterAlter function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_editor_xss_filter_alter().
EditorTestHooks::entityUpdate function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_entity_update().
EditorTestHooks::filePresave function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_ENTITY_TYPE_presave() for file entities.
EditorTestTextLongItem class core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php Plugin implementation of the 'editor_test_text_long' field type.
EditorTestTextLongItem.php file core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
EditorValidationTest class core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validation of editor entities.
EditorValidationTest.php file core/modules/editor/tests/src/Kernel/EditorValidationTest.php
EditorValidationTest::$modules property core/modules/editor/tests/src/Kernel/EditorValidationTest.php Modules to install.
EditorValidationTest::$propertiesWithRequiredKeys property core/modules/editor/tests/src/Kernel/EditorValidationTest.php The config entity mapping properties with >=1 required keys.

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