1
0
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:
Oleg Pudeyev 2012-11-08 20:53:24 -05:00
parent 5f88bbbef3
commit d42d71b47d
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
two in silver in omega

View File

@ -0,0 +1 @@
<!-- EVENT two -->

View File

@ -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',
),
);
}