aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Url/GetUrlSchemeTest.php
Commit message (Collapse)AuthorAgeFilesLines
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-30/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to tests/VirtualTam2018-12-021-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-081-0/+31
Relates to #314 & #326 Additions: - add global `cleanup_url()` and `get_url_scheme()` functions Modifications: - replace `Url` usage in `index.php` by calls to global functions - fix `Url` tests not being run: PHPUnit expects a single test class per file - move classes to separate files