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. Search 11.x for test
  6. 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
ModerationStateBlockTest::testCustomBlockModeration function core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php Tests moderating content blocks.
ModerationStateFieldItemListTest class core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList.
ModerationStateFieldItemListTest.php file core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::$modules property core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::$testNode property core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::assertEmptiedModerationFieldItemList function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Assert the set of expectations when the moderation state field is emptied.
ModerationStateFieldItemListTest::entityUnserializeTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test cases for ::testEntityUnserialize.
ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests cases for ::testModeratedEntityWithExistingId.
ModerationStateFieldItemListTest::moderationStateChangesTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Data provider for ::testModerationStateChanges.
ModerationStateFieldItemListTest::setUp function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::testArrayIndex function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item list when accessing an index.
ModerationStateFieldItemListTest::testArrayIteration function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item list when iterating.
ModerationStateFieldItemListTest::testAssignNullItemList function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item when it is assigned NULL.
ModerationStateFieldItemListTest::testEmptyFieldItem function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests an empty value assigned to the field item.
ModerationStateFieldItemListTest::testEmptyFieldItemList function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests an empty value assigned to the field item list.
ModerationStateFieldItemListTest::testEmptyStateAndAppend function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the item list when it is emptied and appended to.
ModerationStateFieldItemListTest::testEntityUnserialize function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the moderation_state field after an entity has been serialized.
ModerationStateFieldItemListTest::testEntityWithNoWorkflow function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests updating the state for an entity without a workflow.
ModerationStateFieldItemListTest::testGet function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests get.
ModerationStateFieldItemListTest::testGetValue function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests get value.
ModerationStateFieldItemListTest::testModeratedEntityWithExistingId function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests saving a moderated node with an existing ID.
ModerationStateFieldItemListTest::testModerationStateChanges function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests that moderation state changes also change the related entity state.
ModerationStateFieldItemListTest::testModerationStateSampleValues function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test generating sample values for entities with a moderation state.
ModerationStateFieldItemListTest::testNonModeratedEntity function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the list class with a non moderated entity.
ModerationStateFieldItemListTest::testTranslationWithExistingUnmoderatedContent function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests field item list translation support with unmoderated content.
ModerationStateFieldItemListTest::testUnsetItemList function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item when it is unset.
ModerationStateFieldItemListTest::testWithExistingUnmoderatedContent function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Tests the field item list when used with existing unmoderated content.
ModerationStateFieldItemListTest::testWorkflowCustomizedInitialState function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test customizing the default moderation state.
ModerationStateNodeTest class core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests general content moderation workflow for nodes.
ModerationStateNodeTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
ModerationStateNodeTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
ModerationStateNodeTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
ModerationStateNodeTest::testCreatingContent function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests creating and deleting content.
ModerationStateNodeTest::testFormSaveDestination function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests edit form destinations.
ModerationStateNodeTest::testNoContentModerationPermissions function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests the workflow when a user has no Content Moderation permissions.
ModerationStateNodeTest::testNodeLatestVersionContent function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests content on the latest version tab for nodes.
ModerationStateNodeTest::testPagers function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Tests pagers aren't broken by content_moderation.
ModerationStateNodeTypeTest class core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php Tests moderation state node type integration.
ModerationStateNodeTypeTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
ModerationStateNodeTypeTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
ModerationStateNodeTypeTest::testEnablingOnExistingContent function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php Tests enabling moderation on an existing node-type, with content.
ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php Tests enforce revisions entity form alter.
ModerationStateNodeTypeTest::testNotModerated function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php A node type without moderation state disabled.
ModerationStateTaxonomyTermTest class core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php Tests the taxonomy term moderation handler.
ModerationStateTaxonomyTermTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php
ModerationStateTaxonomyTermTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php
ModerationStateTaxonomyTermTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php
ModerationStateTaxonomyTermTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php Tests the taxonomy term moderation handler alters the forms as intended.
ModerationStateTestBase class core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Defines a base class for moderation state tests.
ModerationStateTestBase.php file core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php

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