protected property Stable9TemplateOverrideTest::$templatesToSkip in Drupal 9
An array of template names to skip, without the extension.
Type: string[]
File
- core/
tests/ Drupal/ KernelTests/ Core/ Theme/ Stable9TemplateOverrideTest.php, line 26
Class
- Stable9TemplateOverrideTest
- Tests Stable 9's template overrides.
Namespace
Drupal\KernelTests\Core\ThemeCode
protected $templatesToSkip = [
// Registered as a template in the views_theme() function in views.module
// but an actual template does not exist.
'views-form-views-form',
];