silverstripe-framework/tests/api
Daniel Hensby 7617f08ad3 Use Controller::join_links() in RestfulService
At the moment, `RestfulService` duplicates functionality of
`Controller::join_links` (badly) and it means that one MUST use a base
URL with a trailing slash for the URL to be constructed properly

Plus tests for `RestfulService::getAbsoluteRequestURL()`

API Deprecating `RestfulService::constructURL()`

This function isn't used in core so we should remove it
2014-05-08 08:59:57 +01:00
..
RestfulServiceTest.php Use Controller::join_links() in RestfulService 2014-05-08 08:59:57 +01:00
RSSFeedTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatterTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
XMLDataFormatterTest.yml FIX CDATA sections in HTML5 are invalid so remove from test 2013-02-18 17:02:11 +13:00