phpbb/tests/template/templates
Tristan Darricau 7ef983b426 [ticket/12781] Add tests
PHPBB3-12781
2014-06-27 16:41:21 +02:00
..
invalid [feature/twig] Delete invalid constructs template test 2013-06-24 21:55:45 -05:00
subdir [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly 2012-07-08 20:41:00 +01:00
_dummy_include.php.inc [task/phpunit-xml] Use phpunit.xml for test suite 2011-01-04 22:54:01 +01:00
basic.html [feature/template-engine] Fix negative variable expressions 2011-04-25 23:19:36 -04:00
child_only.css [ticket/11388] INCLUDECSS 2013-07-11 15:31:55 -05:00
child_only.html [feature/template-engine] Added tests for template inheritance. 2011-05-18 10:51:33 -04:00
child_only.js [ticket/10800] Changing html to js for includejs tests 2012-05-01 17:41:46 +03:00
define.html [ticket/11943] Add test for DEFINE $VAR = false 2013-11-04 12:15:02 -06:00
define_advanced.html [ticket/11482] Unit tests for advanced DEFINE 2013-04-10 09:00:34 +03:00
define_error.html [ticket/11943] New line at EOF for define_error.html 2013-11-11 10:59:17 -06:00
define_include.html [feature/template-engine] Test template DEFINE statements across files 2011-07-17 14:28:56 -04:00
define_include2.html [ticket/11482] Unit tests for advanced DEFINE 2013-04-10 09:00:34 +03:00
events.html [feature/template-events] Template events unit test 2012-11-17 16:39:58 -05:00
expressions.html [feature/template-engine] Update tests. 2011-04-23 22:48:50 -04:00
if.html [ticket/7580] Add test for IF {VAR} is defined in templates 2014-03-16 20:38:50 -07:00
if_nested_tags.html [ticket/12781] Add tests 2014-06-27 16:41:21 +02:00
include.html [develop-olympus] Backported 3.1 unit tests to 3.0. 2010-03-10 16:24:19 +01:00
include_define.html [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
include_define_variable.html [ticket/11843] Added newlines and included numbers in the DEFINE vars test 2013-09-13 13:53:39 +02:00
include_loop.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
include_loop1.html [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
include_loop2.html [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
include_loop3.html [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
include_loop_define.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
include_variable.html [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
include_variables.html [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly 2012-07-08 20:41:00 +01:00
includecss.html [ticket/11388] Add newlines at EOF 2013-07-11 15:40:43 -05:00
includejs.html [ticket/11647] Always use & for URLs 2013-07-11 18:13:48 -04:00
includephp_relative.html [feature/template-engine] Make INCLUDEPHP relative to board root. 2011-05-12 20:13:32 -04:00
includephp_variables.html [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly 2012-07-08 20:41:00 +01:00
lang.html [ticket/10384] Update unit tests to test for failing variable. 2011-09-24 20:48:37 +01:00
loop.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
loop_advanced.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
loop_expressions.html Test is (even|odd) by y 2008-11-24 11:46:28 +00:00
loop_include.html [ticket/10288] Test to make sure included templates have proper variable scope 2014-03-13 19:48:07 -05:00
loop_include1.html [ticket/10288] Test to make sure included templates have proper variable scope 2014-03-13 19:48:07 -05:00
loop_nested.html [feature/twig] Add template tests for S_NUM_ROWS and S_BLOCK_NAME 2013-07-05 12:48:02 -05:00
loop_nested2.html [feature/twig] Add test to make sure nested loops get the correct S_ROW_COUNT 2013-07-04 10:40:14 -05:00
loop_nested_deep_multilevel_ref.html [ticket/10392] Test for magic loop variables with nested namespaces. 2011-09-27 01:02:58 +01:00
loop_nested_include.html [ticket/12382] Add template test for subloops inside includes 2014-04-12 11:13:06 +02:00
loop_nested_include1.html [ticket/12382] Event loop nesting inclusion applies to regular includes too 2014-05-03 00:20:37 +02:00
loop_nested_multilevel_ref.html [feature/template-engine] Corrected an off-by-one error in nested namespaces. 2011-04-24 23:13:13 -04:00
loop_reuse.html [feature/template-engine] Added a test for reuse of loop identifiers. 2011-04-25 23:19:32 -04:00
loop_size.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
loop_underscore.html [feature/twig] Fix template_test.php 2013-07-01 11:58:16 -05:00
loop_vars.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
parent_and_child.html [feature/template-engine] Added tests for template inheritance. 2011-05-18 10:51:33 -04:00
parent_and_child.js [ticket/10800] Changing html to js for includejs tests 2012-05-01 17:41:46 +03:00
php.html [develop-olympus] Backported 3.1 unit tests to 3.0. 2010-03-10 16:24:19 +01:00
trivial.html [feature/template-engine] Add back IN_PHPBB preamble. 2011-05-12 20:13:30 -04:00
twig.html [feature/twig] Add simple test to make sure Twig filters/tags are working 2013-07-08 15:21:27 -05:00
twig_parent.html [ticket/11388] Add newlines at EOF 2013-07-11 15:40:43 -05:00
variable.html [develop-olympus] Backported 3.1 unit tests to 3.0. 2010-03-10 16:24:19 +01:00
variable_spacing.html [ticket/11435] Mark extension spacing test as incomplete 2013-04-30 23:21:50 -05:00