protected property ResolvedLibraryDefinitionsFilesMatchTest::$allThemes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php \Drupal\system\Tests\Asset\ResolvedLibraryDefinitionsFilesMatchTest::allThemes
A list of all core themes.
We hardcode this because test themes don't use a 'package' or 'hidden' key so we don't have a good way of filtering to only get "real" themes.
Type: string[]
File
- core/
modules/ system/ src/ Tests/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php, line 66 - Contains \Drupal\system\Tests\Asset\ResolvedLibraryDefinitionsFilesMatchTest.
Class
- ResolvedLibraryDefinitionsFilesMatchTest
- Tests that the asset files for all core libraries exist.
Namespace
Drupal\system\Tests\AssetCode
protected $allThemes = [
'bartik',
'classy',
'seven',
'stable',
'stark',
];