Skip to content

Commit 3bbe415

Browse files
committed
fix more tests
1 parent 348bd22 commit 3bbe415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/Generator/_hook/example.module

+2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ function example_theme($existing, $type, $theme, $path): array {
2121
'sortby' => NULL,
2222
'my_module_per_page' => NULL,
2323
],
24+
'initial preprocess' => 'PreprocessClass::preprocessDisplay',
2425
],
2526
'my_module_list' => [
2627
'variables' => [
2728
'my_modules' => NULL,
2829
'parents' => NULL,
2930
'tid' => NULL,
3031
],
32+
'initial preprocess' => 'service.name:preprocessList',
3133
],
3234
'my_module_icon' => [
3335
'variables' => [

0 commit comments

Comments
 (0)