Stable9LibraryOverrideTest::$librariesToSkip

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php \Drupal\KernelTests\Core\Theme\Stable9LibraryOverrideTest::librariesToSkip

A list of libraries to skip checking, in the format extension/library_name.

Type: string[]

Overrides StableLibraryOverrideTestBase::$librariesToSkip

File

core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php, line 20

Class

Stable9LibraryOverrideTest
Tests Stable 9's library overrides.

Namespace

Drupal\KernelTests\Core\Theme

Code

protected $librariesToSkip = [
  'core/drupal.dialog.off_canvas',
  'layout_builder/drupal.layout_builder',
  'views/views.responsive-grid',
  'field_ui/drupal.field_ui.manage_fields',
  'comment/drupal.comment-icon',
  'file/drupal.file-icon',
  'text/drupal.text-icon',
  'link/drupal.link-icon',
  'media/drupal.media-icon',
  'options/drupal.options-icon',
  'telephone/drupal.telephone-icon',
  // This library will be changed in https://www.drupal.org/i/3096017.
'workspaces/drupal.workspaces.toolbar',
  // This library will be removed in https://www.drupal.org/i/3207233.
'workspaces/drupal.workspaces.overview',
];

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