mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 21:15:42 +02:00
[feature/template-events] Test for event that is defined in parent style only.
PHPBB3-9550
This commit is contained in:
parent
5f88bbbef3
commit
d42d71b47d
@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user