aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | [feature/template-engine] Allow leading underscores in variable names.Oleg Pudeyev2011-04-241-0/+9
| | | | | | | | | | | | Subsilver uses ._file in overall_header. PHPBB3-9726
* | [feature/template-engine] Fix recompilation logic.Oleg Pudeyev2011-04-241-1/+1
| | | | | | | | | | | | | | | | | | Do not change $recompile from true to false - any recompilation condition alone is sufficient to force recompilation. Also uncomment the nonexistent file test which passes with this fix. PHPBB3-9726
* | [feature/template-engine] Update tests.Marek A. Ruszczynski2011-04-231-12/+25
| | | | | | | | PHPBB3-9726
* | Merge branch 'develop-olympus' into developNils Adermann2011-03-071-203/+44
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10081] remove $phpEx. [ticket/10081] Cleanup Template Tests.
| * [ticket/10081] remove $phpEx.Marek A. Ruszczynski2011-03-071-10/+3
| | | | | | | | PHPBB3-10081
| * [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-071-196/+44
| | | | | | | | | | | | There are no incomplete template tests anymore. PHPBB3-10081
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-01-311-2/+2
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/10011] Tests don't work on PHP < 5.3 Conflicts: tests/security/redirect_test.php
| * [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-2/+2
| | | | | | | | | | | | | | | | Due to the usage of `__DIR__` for the file includes the tests can't be ran on systems with PHP < 5.3. Replace all occurances of `__DIR__` with `dirname(__FILE__)`. PHPBB3-10011
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-24/+5
|/ | | | This merge commit includes ascraeus-specific renames and adjustments.
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+689
PHPBB3-9987