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
WorkspaceSwitcherTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Modules to install.
WorkspaceSwitcherTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
WorkspaceSwitcherTest::testQueryParameterNegotiator function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests switching workspace via a query parameter.
WorkspaceSwitcherTest::testSwitcherFormFiltersByProvider function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests workspaces with non-default providers in the switcher form.
WorkspaceSwitcherTest::testSwitchingWorkspaces function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests switching workspace via the switcher block and admin page.
WorkspaceSwitcherTest::testToolbarSwitcherDynamicPageCache function core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php Tests that the toolbar workspace switcher doesn't disable the page cache.
workspaces_test.info.yml file core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.info.yml core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.info.yml
workspaces_test.routing.yml file core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.routing.yml core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.routing.yml
WorkspaceTest class core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Test the workspace entity.
WorkspaceTest class core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php JSON:API integration test for the "Workspace" content entity type.
WorkspaceTest.php file core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php
WorkspaceTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php The theme to install as the default for testing.
WorkspaceTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The theme to install as the default for testing.
WorkspaceTest::$editor1 property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php A test user.
WorkspaceTest::$editor2 property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php A test user.
WorkspaceTest::$entity property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The tested entity type.
WorkspaceTest::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the first created entity in testPost().
WorkspaceTest::$modules property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Modules to install.
WorkspaceTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Modules to install.
WorkspaceTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The fields that are protected against modification during PATCH requests.
WorkspaceTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Whether the tested JSON:API resource is versionable.
WorkspaceTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The name of the tested JSON:API resource type.
WorkspaceTest::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the second created entity in testPost().
WorkspaceTest::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Fields that need unique values.
WorkspaceTest::createEntity function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Creates the entity to be tested.
WorkspaceTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected JSON:API document for the entity.
WorkspaceTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the expected cacheability for an unauthorized response.
WorkspaceTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Return the expected error message.
WorkspaceTest::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Gets the normalized POST entity with random values for its unique fields.
WorkspaceTest::getPatchDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API PATCH document.
WorkspaceTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns the JSON:API POST document.
WorkspaceTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns an array of sparse fields sets to test.
WorkspaceTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Sets up the necessary authorization.
WorkspaceTest::testDeleteWorkspaceWithExistingContent function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace with existing content may be deleted.
WorkspaceTest::testPublishWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Verifies that a workspace can be published.
WorkspaceTest::testSpecialCharacters function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests creating a workspace with special characters.
WorkspaceTest::testWorkspaceFieldUi function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests adding new fields to workspace entities.
WorkspaceTest::testWorkspaceFormRevisions function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that editing a workspace creates a new revision.
WorkspaceTest::testWorkspaceList function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests the Workspaces listing UI.
WorkspaceTest::testWorkspaceManagePage function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests the manage workspace page.
WorkspaceTest::testWorkspaceOwner function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests changing the owner of a workspace.
WorkspaceTest::testWorkspaceToolbar function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests that the toolbar correctly shows the active workspace.
WorkspaceTestTrait trait core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php A trait with common workspaces testing functionality.
WorkspaceTestTrait.php file core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
WorkspaceTestTrait::$workspaceManager property core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php The workspaces manager.
WorkspaceTestTrait::$workspaces property core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php An array of test workspaces, keyed by workspace ID.
WorkspaceTestTrait::assertWorkspaceAssociation function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Checks the workspace_association records for a test scenario.

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