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 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
ChainResponsePolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() throws an exception if a rule returns an invalid value.
ChainResponsePolicyTest::testEmptyChain function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns NULL if the chain is empty.
ChainResponsePolicyTest::testNullRuleChain function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns NULL if a rule returns NULL.
ChainResponsePolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChangedTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php Defines the 'changed_test' entity field type.
ChangedTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php
ChangedTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php Defines custom presave behavior for field values.
CheckboxTest class core/modules/system/tests/src/Functional/Form/CheckboxTest.php Tests the form API checkbox element.
CheckboxTest.php file core/modules/system/tests/src/Functional/Form/CheckboxTest.php
CheckboxTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/CheckboxTest.php The theme to install as the default for testing.
CheckboxTest::$modules property core/modules/system/tests/src/Functional/Form/CheckboxTest.php Modules to install.
CheckboxTest::testFormCheckbox function core/modules/system/tests/src/Functional/Form/CheckboxTest.php
CheckpointStorageTest class core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @coversDefaultClass \Drupal\Core\Config\Checkpoint\CheckpointStorage[[api-linebreak]]
@group Config
CheckpointStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests CheckpointStorage operations.
CheckpointStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest.php file core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::$memory property core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php The memory storage containing the data.
CheckpointStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Modules to install.
CheckpointStorageTest::$storage property core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php The checkpoint storage under test.
CheckpointStorageTest::getConfigImporter function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that work transparently.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testCheckpointCreation function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::checkpoint[[api-linebreak]]
@covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]]
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigRename function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode[[api-linebreak]]
@covers ::decode[[api-linebreak]]
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
CheckpointStorageTest::testRevert function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::write[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@covers ::rename[[api-linebreak]]
@covers ::deleteAll[[api-linebreak]]
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.
CheckRequirementsTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests check requirements exception on DestinationBase.
CheckRequirementsTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php
CheckRequirementsTest::testException function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests the check requirements exception message.
ckeditor4to5upgrade_plugin_test.info.yml file core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.info.yml core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.info.yml
ckeditor4to5upgrade_plugin_test.module file core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.module
ckeditor4to5upgrade_plugin_test_ckeditor4to5upgrade_plugin_info_alter function core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.module Implements hook_ckeditor4to5upgrade_plugin_info_alter().
CKEditor5AllowedTagsTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests for CKEditor 5.
CKEditor5AllowedTagsTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php
CKEditor5AllowedTagsTest::$allowedElements property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The default CKEditor 5 allowed elements.
CKEditor5AllowedTagsTest::$defaultElementsAfterUpdatingToCkeditor5 property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The expected allowed elements after updating to CKEditor 5.
CKEditor5AllowedTagsTest::$defaultElementsWhenUpdatingNotCkeditor5 property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The default allowed elements for filter_html's "allowed_html" setting.
CKEditor5AllowedTagsTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Modules to install.
CKEditor5AllowedTagsTest::testAllowedTags function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Test filter_html allowed tags.

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