aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/UrlGeneratorTest.php
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests to config value typingCôme Chilliet2023-04-051-1/+1
* Add label for logo linkChristopher Ng2023-03-291-70/+10
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-4/+4
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+15
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-051-0/+111
|\
| * Fix UrlGeneratorTestDaniel Rudolf2021-08-051-19/+9
| * Fix UrlGeneratorTestDaniel Rudolf2021-08-041-28/+44
| * Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()Daniel Rudolf2021-07-011-0/+2
| * Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf2021-07-011-0/+73
| * Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-0/+30
* | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+6
|/
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-3/+3
* 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