mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00: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
3 changed files with 12 additions and 0 deletions
|
@ -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
|
Zeta test event in all
|
||||||
Kappa test event in silver_inherit',
|
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…
Add table
Reference in a new issue