phpbb/tests/template/templates
2024-06-14 23:21:33 +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
svg [ticket/15538] Drop templates and icons folder, twig file extension 2019-11-30 13:22:11 +01:00
_dummy_include.php.inc [task/phpunit-xml] Use phpunit.xml for test suite 2011-01-04 22:54:01 +01:00
avatar_group.html [ticket/17153] Use twig and avatar helper to render avatars 2024-05-31 11:25:22 +02:00
avatar_user.html [ticket/15905] Add tests for twig extensions 2019-09-26 22:33:52 +02: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 [ticket/14948] Adjust calls for twig and phpunit updates 2019-05-09 21:40:06 +02:00
extension_config_test.html [ticket/15905] Add tests for twig extensions 2019-09-26 22:33:52 +02:00
extension_icon_test.html [ticket/16237] fix errors 2020-08-19 10:40:06 -10:00
extension_username_test.html [ticket/15905] Add tests for twig extensions 2019-09-26 22:33:52 +02: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/13133] Add unit tests 2014-10-09 19:54:56 +02:00
includecss_twig.html [ticket/13508] Rename test files to fit in with current naming 2021-10-17 13:21:35 +02:00
includejs.html [ticket/11647] Always use & for URLs 2013-07-11 18:13:48 -04:00
includejs_twig.html [ticket/13508] Rename test files to fit in with current naming 2021-10-17 13:21:35 +02:00
lang.html [ticket/10384] Update unit tests to test for failing variable. 2011-09-24 20:48:37 +01:00
lang_twig.html [ticket/17335] Add lang_raw twig function for templates 2024-06-14 23:21:33 +02: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_advanced_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_expressions.html [ticket/16549] Fix tests 2020-10-18 10:38:46 +07:00
loop_expressions_twig.html [ticket/13132] Enable twig expressions tests 2015-03-05 21:53:48 +01:00
loop_expressions_twig2.html [ticket/13132] Enable twig expressions tests 2015-03-05 21:53:48 +01: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_include1_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_include_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_nested.html [ticket/14994] Refactor template->assign_block_var 2017-11-01 12:29:47 +01: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_nested2_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01: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_deep_multilevel_ref_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +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_include1_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_nested_include_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01: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_nested_multilevel_ref_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_nested_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_reuse.html [feature/template-engine] Added a test for reuse of loop identifiers. 2011-04-25 23:19:32 -04:00
loop_reuse_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_size.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
loop_size_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_underscore.html [feature/twig] Fix template_test.php 2013-07-01 11:58:16 -05:00
loop_underscore_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01:00
loop_vars.html [ticket/11701] Fix loops var check 2013-07-23 09:26:50 -05:00
loop_vars_twig.html [ticket/13132] Twig: Add loops content to the root context 2015-03-05 21:38:59 +01: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
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