aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/include_define_variable.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11843] Added newlines and included numbers in the DEFINE vars testrechosen2013-09-131-0/+4
| | | | | | | | Per suggestion of nickvergessen, I added newlines in the DEFINE variables with underscores test. Now if the test fails, it's easier to spot which part is failing. Also added a test for DEFINE variables containing numbers. PHPBB3-11843
* [ticket/11843] Add checking DEFINE variables with underscores to template_testrechosen2013-09-131-0/+2
| | | | | | | | To prevent the underscore in DEFINE variables from being forgotten again, the template tests now test INCLUDEing a file based on the contents of a DEFINE variable with underscores in it. PHPBB3-11843
* [ticket/11323] Add tests for inclusion of defined variablesMarc Alexander2013-01-141-0/+2
This adds 2 tests for the template engine. The test using include_define_variable.html will test if a defined variable, which was defined with another template variable, can be used to include a file. The second test will do the same inside a loop using a loop variable. PHPBB3-11323