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. 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
ModerationStateAccessTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
ModerationStateAccessTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php The theme to install as the default for testing.
ModerationStateAccessTest::$modules property core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php Modules to install.
ModerationStateAccessTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
ModerationStateAccessTest::testViewShowsCorrectStates function core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php Tests the view operation access handler with the view permission.
ModerationStateBlockTest class core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php Tests general content moderation workflow for blocks.
ModerationStateBlockTest.php file core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php
ModerationStateBlockTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php The theme to install as the default for testing.
ModerationStateBlockTest::$usesSuperUserAccessPolicy property core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php @todo Remove and fix test to not rely on super user.
ModerationStateBlockTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php Sets the test up.
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 @coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList[[api-linebreak]]
ModerationStateFieldItemListTest.php file core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
ModerationStateFieldItemListTest::$modules property core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Modules to install.
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 @covers ::get[[api-linebreak]]
ModerationStateFieldItemListTest::testGetValue function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php @covers ::getValue[[api-linebreak]]
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::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.

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