diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-10 16:06:00 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-10 16:06:00 +0200 |
| commit | 09804bbae80c36989aba6631afca0dbdd3781f75 (patch) | |
| tree | 73e9cd64a4d993e352b5170cc099168dea341f05 /tests/template/template_events_test.php | |
| parent | 377fb770fb37f4fb797ab234e44c4d387d4f8a64 (diff) | |
| download | forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.gz forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.bz2 forums-09804bbae80c36989aba6631afca0dbdd3781f75.tar.xz forums-09804bbae80c36989aba6631afca0dbdd3781f75.zip | |
[ticket/12382] Add template test for subloops inside events
PHPBB3-12382
Diffstat (limited to 'tests/template/template_events_test.php')
| -rw-r--r-- | tests/template/template_events_test.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/template/template_events_test.php b/tests/template/template_events_test.php index 41e00e86a7..4416dc4b2c 100644 --- a/tests/template/template_events_test.php +++ b/tests/template/template_events_test.php @@ -90,6 +90,19 @@ Zeta test event in all', array(), 'event_loop0|event_loop1|event_loop2', ), + array( + 'EVENT with subloop in loop', + 'ext_trivial', + array('silver'), + 'event_subloop.html', + array(), + array( + 'event_loop' => array(array()), + 'event_loop.subloop' => array(array()), + ), + array(), + 'event_loop[0[subloop:0]]', + ), ); } |
