aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_events_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/template_events_test.php')
-rw-r--r--tests/template/template_events_test.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/template/template_events_test.php b/tests/template/template_events_test.php
index 642745d53d..6cea9b92e3 100644
--- a/tests/template/template_events_test.php
+++ b/tests/template/template_events_test.php
@@ -72,6 +72,16 @@ Omega test event in all
Zeta test event in all
Kappa test event in silver_inherit',
),
+ array(
+ 'Definition in parent style',
+ 'event_inheritance',
+ array('silver_inherit', 'silver'),
+ 'event_two.html',
+ array(),
+ array(),
+ array(),
+'two in silver in omega',
+ ),
);
}