-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding test coverage for patter template override
- Loading branch information
Gabriele Maira
committed
Oct 30, 2019
1 parent
fc231ec
commit e66667d
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/modules/ui_patterns_render_test/templates/pattern-foo-bar.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Foo Bar | ||
Foo Bar default template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/themes/ui_patterns_theme_test/pattern-foo-bar--variant-default--preview.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Foo Bar overridden template |
4 changes: 4 additions & 0 deletions
4
tests/themes/ui_patterns_theme_test/ui_patterns_theme_test.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name: 'UI Patterns Test theme' | ||
type: theme | ||
description: 'Theme for testing UI Patterns features in action on a theme.' | ||
core: 8.x |