aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_nested.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-011-0/+3
| | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. PHPBB3-14994
* [feature/twig] Add template tests for S_NUM_ROWS and S_BLOCK_NAMENathan Guse2013-07-051-2/+2
| | | | PHPBB3-11598
* [feature/twig] Fix template_test.phpNathaniel Guse2013-07-011-4/+4
| | | | | | | Various tests were broken completely, and some things such as whitespace changed with Twig PHPBB3-11598
* [feature/template-engine] Update tests.Marek A. Ruszczynski2011-04-231-2/+0
| | | | PHPBB3-9726
* [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-071-2/+2
| | | | | | There are no incomplete template tests anymore. PHPBB3-10081
* [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-101-0/+8
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.