phpbb/tests/template
Patrick Webster b5a79009ce [ticket/10322] Separate template varref resolution from output generation
Most template variables can now have their PHP variable name resolved instead
of only compiling directly. This allows for the use of block vars in INCLUDE
statements. This does not work for language variables since they require
multiple checks. Added tests for the new types of allowed INCLUDEs.

PHPBB3-10322
2011-09-16 01:46:42 -05:00
..
parent_templates [feature/template-engine] Added tests for template inheritance. 2011-05-18 10:51:33 -04:00
subdir [feature/template-engine] Refactor $config dependency out of the filter 2011-07-10 00:35:07 +02:00
templates [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
includephp_test.php [feature/template-engine] Rename is_absolute to phpbb_is_absolute. 2011-07-24 13:37:46 -04:00
renderer_eval_test.php [ticket/10350] Script for testing eval renderer 2011-09-05 11:57:18 +03:00
template_compile_test.php [feature/template-engine] Refactor $config dependency out of the filter 2011-07-10 00:35:07 +02:00
template_inheritance_test.php [feature/template-engine] Dependency inject locator into template. 2011-08-09 23:28:40 -04:00
template_test.php [ticket/10322] Separate template varref resolution from output generation 2011-09-16 01:46:42 -05:00
template_test_case.php Merge branch 'develop-olympus' into develop 2011-09-05 09:20:06 +02:00