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 main 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
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 The theme to install as the default for testing.
ModerationStateNodeTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php Sets the test up.
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 The theme to install as the default for testing.
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 The theme to install as the default for testing.
ModerationStateTaxonomyTermTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php Sets the test up.
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
ModerationStateTestBase::$adminUser property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Admin user.
ModerationStateTestBase::$modules property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Modules to install.
ModerationStateTestBase::$permissions property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Permissions to grant admin user.
ModerationStateTestBase::$profile property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Profile to use.
ModerationStateTestBase::$workflow property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php The editorial workflow entity.
ModerationStateTestBase::createContentTypeFromUi function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Creates a content-type from the UI.
ModerationStateTestBase::enableModerationThroughUi function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Enable moderation for a specified content type, using the UI.
ModerationStateTestBase::getWorkflowTransitionPermission function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Gets the permission machine name for a transition.
ModerationStateTestBase::grantUserPermissionToCreateContentOfType function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Grants given user permission to create content of given type.
ModerationStateTestBase::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Sets the test up.
ModerationStateWidgetTest class core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php Tests Drupal\content_moderation\Plugin\Field\FieldWidget\ModerationStateWidget.
ModerationStateWidgetTest.php file core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php
ModerationStateWidgetTest::$modules property core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php Modules to install.
ModerationStateWidgetTest::setUp function core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php
ModerationStateWidgetTest::testIsApplicable function core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php Tests is applicable.

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