You are here

protected property ResolvedLibraryDefinitionsFilesMatchTest::$librariesToSkip in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php \Drupal\system\Tests\Asset\ResolvedLibraryDefinitionsFilesMatchTest::librariesToSkip

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

Type: string[]

File

core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php, line 79
Contains \Drupal\system\Tests\Asset\ResolvedLibraryDefinitionsFilesMatchTest.

Class

ResolvedLibraryDefinitionsFilesMatchTest
Tests that the asset files for all core libraries exist.

Namespace

Drupal\system\Tests\Asset

Code

protected $librariesToSkip = [
  // Locale has a "dummy" library that does not actually exist.
  'locale/translations',
];