summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/SCSSCacherTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove SCSSCacherJohn Molakvoæ2022-05-131-524/+0
* Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-101-36/+0
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-111-7/+14
* Fix tests to return config default valuesMorris Jobke2020-11-071-0/+5
* Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-161-1/+7
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-15/+15
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-9/+9
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-16/+16
|/
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-121-2/+2
* Append cache bump parameter to scss files URLJulius Härtl2018-08-011-1/+2
* Fix unit tests to pass the folder now via the appData dependencyMorris Jobke2018-07-251-2/+8
* cache isCached state for scss resourcesRobin Appelman2018-07-241-1/+6
* Fix unit testsRoeland Jago Douma2018-07-191-6/+5
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+39
* Fix testsRoeland Jago Douma2018-05-141-1/+2
* Use app version to generate scss filenameJohn Molakvoæ (skjnldsv)2018-03-281-12/+23
* Fix tests to use ICacheFactoryJulius Härtl2018-03-071-2/+13
* Fix testsRoeland Jago Douma2018-02-031-0/+4
* Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-031-0/+21
* Add tests for URL rewritingJulius Härtl2018-01-261-4/+14
* Fixed testsJohn Molakvoæ (skjnldsv)2017-12-301-11/+13
* Correctly remove temp test directory treeJohn Molakvoæ (skjnldsv)2017-12-301-1/+13
* Added tests for various installations typesJohn Molakvoæ (skjnldsv)2017-12-301-0/+37
* Fixed webroot for scss filesJohn Molakvoæ (skjnldsv)2017-12-301-11/+2
* Test fixes 2John Molakvoæ (skjnldsv)2017-12-141-3/+3
* Test fixesJohn Molakvoæ (skjnldsv)2017-12-141-2/+2
* Fix testsJulius Härtl2017-06-161-20/+31
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-23/+33
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-2/+0
* Fix gzip files for SafariMorris Jobke2017-03-291-5/+5
* Fix testsRoeland Jago Douma2017-03-281-11/+50
* Fix testsRoeland Jago Douma2017-03-221-31/+89
* Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-221-2/+4
* Fix testsJulius Härtl2017-03-201-1/+1
* Add tests for SCSSCacherJulius Härtl2017-03-201-30/+200
* Add tests for SCSSCacherJulius Haertl2017-03-201-0/+108