WorkspacesMediaLibraryIntegrationTest::SKIP_METHODS
An array of test methods that are not relevant for workspaces.
File
-
core/
modules/ workspaces/ tests/ src/ FunctionalJavascript/ WorkspacesMediaLibraryIntegrationTest.php, line 28
Class
- WorkspacesMediaLibraryIntegrationTest
- Tests the Media library entity reference widget in a workspace.
Namespace
Drupal\Tests\workspaces\FunctionalJavascriptCode
const SKIP_METHODS = [
// This test does not assert anything that can be workspace-specific.
'testFocusNotAppliedWithoutSelectionChange',
// This test does not assert anything that can be workspace-specific.
'testRequiredMediaField',
// This test tries to edit an entity in Live after it has been edited in a
// workspace, which is not currently possible.
'testWidgetPreview',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.