mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11701] Test events in loops
PHPBB3-11701
This commit is contained in:
parent
ea250a5ef5
commit
30bfd7fb61
3 changed files with 14 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
{event_loop.S_ROW_COUNT}<!-- IF not event_loop.S_LAST_ROW -->|<!-- ENDIF -->
|
|
@ -0,0 +1,3 @@
|
|||
<!-- BEGIN event_loop -->
|
||||
event_loop<!-- EVENT test_event_loop -->
|
||||
<!-- END event_loop -->
|
|
@ -80,6 +80,16 @@ Zeta test event in all',
|
|||
array(),
|
||||
'two in silver in omega',
|
||||
),
|
||||
array(
|
||||
'EVENT in loop',
|
||||
'ext_trivial',
|
||||
array('silver'),
|
||||
'event_loop.html',
|
||||
array(),
|
||||
array('event_loop' => array(array(), array(), array())),
|
||||
array(),
|
||||
'event_loop0|event_loop1|event_loop2',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue