mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
[feature/template-events] Test for event that is defined in parent style only.
PHPBB3-9550
This commit is contained in:
@@ -0,0 +1 @@
|
||||
two in silver in omega
|
@@ -0,0 +1 @@
|
||||
<!-- EVENT two -->
|
@@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user