| WorkspaceIntegrationTest |
class |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests a complete deployment scenario across different workspaces. |
| WorkspaceIntegrationTest.php |
file |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
|
| WorkspaceIntegrationTest::$createdTimestamp |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Creation timestamp that should be incremented for each new entity. |
| WorkspaceIntegrationTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
The entity type manager. |
| WorkspaceIntegrationTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Modules to enable. |
| WorkspaceIntegrationTest::$nodes |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
An array of nodes created before installing the Workspaces module. |
| WorkspaceIntegrationTest::assertEntityLoad |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Asserts that default revisions are properly swapped in a workspace. |
| WorkspaceIntegrationTest::assertEntityQuery |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Asserts that entity queries are giving the correct results in a workspace. |
| WorkspaceIntegrationTest::assertEntityRevisionLoad |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Asserts that non-default revisions are not changed. |
| WorkspaceIntegrationTest::assertWorkspaceStatus |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Checks entity load, entity queries and views results for a test scenario. |
| WorkspaceIntegrationTest::flattenExpectedValues |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Flattens the expectations array defined by testWorkspaces(). |
| WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Data provider for allowed entity CRUD operations. |
| WorkspaceIntegrationTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
|
| WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests CREATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests DELETE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests UPDATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testEntityQueryRelationship |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests the Entity Query relationship API with workspaces. |
| WorkspaceIntegrationTest::testEntityQueryWithoutConditions |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests entity query overrides without any conditions. |
| WorkspaceIntegrationTest::testExecuteInWorkspaceContext |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
@covers \Drupal\workspaces\WorkspaceManager::executeInWorkspace[[api-linebreak]] |
| WorkspaceIntegrationTest::testFormCacheForEntityForms |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests that entity forms can be stored in the form cache. |
| WorkspaceIntegrationTest::testFormCacheForRegularForms |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests that non-entity forms can be stored in the form cache. |
| WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Test a deployment with fields in dedicated table storage. |
| WorkspaceIntegrationTest::testWorkspaceHierarchy |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests entity tracking in workspace descendants. |
| WorkspaceIntegrationTest::testWorkspaces |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests various scenarios for creating and deploying content in workspaces. |
| WorkspaceJsonAnonTest |
class |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php |
Test workspace entities for unauthenticated JSON requests. |
| WorkspaceJsonAnonTest.php |
file |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php |
|
| WorkspaceJsonAnonTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php |
The theme to install as the default for testing. |
| WorkspaceJsonAnonTest::$format |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php |
The format to use in this test. |
| WorkspaceJsonAnonTest::$mimeType |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php |
The MIME type that corresponds to $format. |
| WorkspaceJsonBasicAuthTest |
class |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
Test workspace entities for JSON requests via basic auth. |
| WorkspaceJsonBasicAuthTest.php |
file |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
|
| WorkspaceJsonBasicAuthTest::$auth |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| WorkspaceJsonBasicAuthTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| WorkspaceJsonBasicAuthTest::$format |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
The format to use in this test. |
| WorkspaceJsonBasicAuthTest::$mimeType |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| WorkspaceJsonBasicAuthTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php |
Modules to install. |
| WorkspaceJsonCookieTest |
class |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
Test workspace entities for JSON requests with cookie authentication. |
| WorkspaceJsonCookieTest.php |
file |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
|
| WorkspaceJsonCookieTest::$auth |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
The authentication mechanism to use in this test. |
| WorkspaceJsonCookieTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
The theme to install as the default for testing. |
| WorkspaceJsonCookieTest::$format |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
The format to use in this test. |
| WorkspaceJsonCookieTest::$mimeType |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php |
The MIME type that corresponds to $format. |
| WorkspaceMergerTest |
class |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
Tests workspace merging. |
| WorkspaceMergerTest.php |
file |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
|
| WorkspaceMergerTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
The entity type manager. |
| WorkspaceMergerTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
Modules to enable. |
| WorkspaceMergerTest::$nodes |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
An array of nodes created before installing the Workspaces module. |
| WorkspaceMergerTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
|
| WorkspaceMergerTest::testWorkspaceMerger |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
Tests workspace merging. |
| WorkspacePermissionsTest |
class |
core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php |
Tests permission controls on workspaces. |