aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Url/UnparseUrlTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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