silverstripe-framework/tests/api
Sean Harvey 0ee3a683a5 Better support for overloading start and destroy methods in Session
Move functionality from static start and destroy functions into instance
methods, allowing these to be overloaded. This works the same way as
calling Session::set() which then in turn calls inst_set()

Additionally use Injector to create the default Session instance to
allow the class to be swapped out.
2014-06-20 10:35:53 +12:00
..
RestfulServiceTest.php Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12: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