StableTemplateOverrideTest::$templatesToSkip

Same name in other branches
  1. 8.9.x core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php \Drupal\KernelTests\Core\Theme\StableTemplateOverrideTest::templatesToSkip

An array of template names to skip, without the extension.

Type: string[]

File

core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php, line 27

Class

StableTemplateOverrideTest
Tests Stable's template overrides.

Namespace

Drupal\KernelTests\Core\Theme

Code

protected $templatesToSkip = [
    // This is an internal template. See the file docblock.
'ckeditor5-settings-toolbar',
    // Registered as a template in the views_theme() function in views.module
    // but an actual template does not exist.
'views-form-views-form',
];

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