summaryrefslogtreecommitdiffstats
path: root/tests/lib/UrlGeneratorTest.php
Commit message (Expand)AuthorAgeFilesLines
* Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-191-1/+24
* Only load routes of the app which is requestedMorris Jobke2020-08-191-1/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-3/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-0/+2
* Update the URLGenerator test to current state of artJoas Schilling2018-11-201-32/+30
* Add function to generate urls for OCS routesRoeland Jago Douma2018-10-091-0/+18
* Fixed testsJohn Molakvoæ (skjnldsv)2017-12-301-2/+8
* Add tests and inject IRequestJulius Härtl2017-06-161-27/+50
* Fix urlgenerator testRoeland Jago Douma2016-11-031-1/+1
* Fix getMock UrlGeneratortestRoeland Jago Douma2016-09-131-10/+12
* Fix lib/Joas Schilling2016-05-191-0/+134