MyShaarli/tests/Url
Guillaume Virlet ef591e7ee2 Url: introduce global helper functions for cleanup and scheme detection
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
2015-09-08 22:00:37 +02:00
..
CleanupUrlTest.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00
GetUrlSchemeTest.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00
UnparseUrlTest.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00
UrlTest.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00