summaryrefslogtreecommitdiffstats
path: root/tests/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* verify the path in the autoloaderRobin Appelman2015-09-011-36/+36
* Deprecate Util::formatDate()Joas Schilling2014-12-101-10/+10
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-2/+4
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
* Use PHPUnit's expectOutputString() instead of performing output buffering.Andreas Fischer2014-04-241-26/+11
* Split testP() tests into multiple methods.Andreas Fischer2014-04-241-1/+3
* Remove redundant test case for non-HTML string.Andreas Fischer2014-04-241-9/+2
* Add unit tests for arrays and "Lukas Reschke2014-04-221-4/+14
* Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-1/+189
* Use new autoloader classThomas Tanghus2013-05-111-2/+5
* drop SimpleTest compatibilityThomas Mueller2013-01-241-5/+5
* Remove unnecessary ob_end_clean() from template testsMichael Gapczynski2013-01-191-4/+0
* fixes #266Thomas Mueller2012-11-051-1/+1
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-4/+4
* fix inlude path for template testRobin Appelman2012-11-021-1/+1
* fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
* fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
* splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
* assert in proper orderBernhard Posselt2012-10-291-4/+4
* added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67