diff --git a/core/modules/block/tests/themes/block_test_theme/block_test_theme.info b/core/modules/block/tests/themes/block_test_theme/block_test_theme.info new file mode 100644 index 0000000000000000000000000000000000000000..6b15fe5ed388272e7f41051250495e16efbd9825 --- /dev/null +++ b/core/modules/block/tests/themes/block_test_theme/block_test_theme.info @@ -0,0 +1,14 @@ +name = Block test theme +description = Theme for testing the block system +core = 8.x +hidden = TRUE + +regions[sidebar_first] = Left sidebar +regions_hidden[] = sidebar_first +regions[sidebar_second] = Right sidebar +regions_hidden[] = sidebar_second +regions[content] = Content +regions[header] = Header +regions[footer] = Footer +regions[highlighted] = Highlighted +regions[help] = Help diff --git a/core/modules/block/tests/themes/block_test_theme/page.tpl.php b/core/modules/block/tests/themes/block_test_theme/page.tpl.php new file mode 100644 index 0000000000000000000000000000000000000000..ba72882ef98b51a11b3e615ca1a585efc2f2654d --- /dev/null +++ b/core/modules/block/tests/themes/block_test_theme/page.tpl.php @@ -0,0 +1,78 @@ + + +
+ + + + + + + + + + + + + +
+ +
+
+ + +

+ +
+ + + + +
+
+ + + +
diff --git a/core/modules/simpletest/tests/themes/test_theme/template.php b/core/modules/simpletest/tests/themes/test_theme/template.php new file mode 100644 index 0000000000000000000000000000000000000000..ef8118a6da947674484fef05351ce9dd3cf03769 --- /dev/null +++ b/core/modules/simpletest/tests/themes/test_theme/template.php @@ -0,0 +1,21 @@ + +Success: Template overridden. diff --git a/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info b/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info new file mode 100644 index 0000000000000000000000000000000000000000..c8550b5bc8c868b5759b7f5d99e0d285fc94479c --- /dev/null +++ b/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info @@ -0,0 +1,4 @@ +name = Update test base theme +description = Test theme which acts as a base theme for other test subthemes. +core = 8.x +hidden = TRUE diff --git a/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info b/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info new file mode 100644 index 0000000000000000000000000000000000000000..c783dc28b1e8e4a4fe706111e47f5d647b204cec --- /dev/null +++ b/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info @@ -0,0 +1,5 @@ +name = Update test subtheme +description = Test theme which uses update_test_basetheme as the base theme. +core = 8.x +base theme = update_test_basetheme +hidden = TRUE