Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -10/+10 |
| | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -2/+4 |
| | |||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Use PHPUnit's expectOutputString() instead of performing output buffering. | Andreas Fischer | 2014-04-24 | 1 | -26/+11 |
| | |||||
* | Split testP() tests into multiple methods. | Andreas Fischer | 2014-04-24 | 1 | -1/+3 |
| | |||||
* | Remove redundant test case for non-HTML string. | Andreas Fischer | 2014-04-24 | 1 | -9/+2 |
| | |||||
* | Add unit tests for arrays and " | Lukas Reschke | 2014-04-22 | 1 | -4/+14 |
| | | | | OC_Util::sanitizeHTML() also supports array but we actually had no unit test for it. Additionally this commit introduces a test for escaping " into " | ||||
* | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 1 | -1/+189 |
| | | | | | | | | Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases. | ||||
* | Use new autoloader class | Thomas Tanghus | 2013-05-11 | 1 | -2/+5 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -5/+5 |
| | |||||
* | Remove unnecessary ob_end_clean() from template tests | Michael Gapczynski | 2013-01-19 | 1 | -4/+0 |
| | |||||
* | fixes #266 | Thomas Mueller | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | fix inlude path for template test | Robin Appelman | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | fixing Test_TemplateFunctions | Thomas Mueller | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | fixed copy paste error. 4th test will now test print_unescaped instead of p | Bernhard Posselt | 2012-10-30 | 1 | -2/+2 |
| | |||||
* | splitted two tests with two assertions each into four tests with one assertion | Bernhard Posselt | 2012-10-30 | 1 | -4/+8 |
| | |||||
* | assert in proper order | Bernhard Posselt | 2012-10-29 | 1 | -4/+4 |
| | |||||
* | added tests for p and print_unescaped | Bernhard Posselt | 2012-10-29 | 1 | -0/+67 |