summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/CSSResourceLocatorTest.php
Commit message (Collapse)AuthorAgeFilesLines
* cache isCached state for scss resourcesRobin Appelman2018-07-241-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix testsRoeland Jago Douma2018-05-141-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix tests to use ICacheFactoryJulius Härtl2018-03-071-5/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* tests: change helper scopeKyle Fazzari2017-11-081-23/+25
| | | | | | | | This seems to be the only way to have the same helpers used between tests in a manner that works for both standalone phpunit and autotest.sh. Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
* JSResourceLocator: account for symlinks in app pathKyle Fazzari2017-11-071-0/+148
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>