summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/JSCombinerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests to use ICacheFactoryJulius Härtl2018-03-071-2/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix testsRoeland Jago Douma2018-03-071-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-031-0/+21
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+24
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix gzip files for SafariMorris Jobke2017-03-291-5/+5
| | | | | | | * Safari support gzip only if the filename does not end on .gz - so this renames them to .gzip Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix testsRoeland Jago Douma2017-03-281-17/+66
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't run JSCombiner when not installedLukas Reschke2017-03-251-26/+200
| | | | | | When the instance is not installed don't run the JSCombiner as the appdata folder does not yet exist. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* TestsRoeland Jago Douma2017-03-241-0/+268
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>