silverstripe-framework/tests/api
Sean Harvey c640c5c5a9 MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default (from r93682)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@93769 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-27 01:46:16 +00:00
..
RestfulServerTest.php BUGFIX Fixed RestfulServerTest not to assume ID ordering in the assertions, which breaks with databases not ordering by PK automatically (e.g. Postgres) 2009-10-01 22:07:50 +00:00
RestfulServerTest.yml
RestfulServiceTest.php MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default (from r93682) 2009-11-27 01:46:16 +00:00
RSSFeedTest.php API CHANGE #3724: Unified the Link() method to accept an action parameter. 2009-10-11 00:07:16 +00:00
SapphireSoapServerTest.php