aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/urlgenerator.php
Commit message (Collapse)AuthorAgeFilesLines
* Add DB group to some files_external testsThomas Müller2015-11-301-127/+0
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* Move index.php from files to AppFrameworkLukas Reschke2015-11-161-5/+5
| | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-171-5/+12
| | | | \OC\URLGenerator::imagePath is a really expensive operation due to all the I/O handling and can really benefit from caching.
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-1/+1
|
* Add unit testLukas Reschke2014-09-081-0/+19
| | | | This unit test is shitty but at least it works...
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-4/+4
| | | | * test case added to avoid adding them later
* Remove unused varThomas Tanghus2014-04-161-5/+0
|
* Add tests for linkTo, linkToPublic, linkToRemote, linkToRemoteBaseThomas Tanghus2014-04-161-0/+48
|
* Fix unit testsThomas Tanghus2014-03-071-3/+27
|
* add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle2014-02-201-0/+34