silverstripe-framework/tests/api
Ingo Schommer 29ea7e0b98 BUGFIX Use BASE_PATH and BASE_URL instead of data from $_SERVER.
API CHANGE: Determine default BASE_PATH/BASE_URL from the __FILE__ content, so that the script that initiated the Sapphire process doesn't matter.  This means that index.php doesn't need to manipulate those variables. (from r97731)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102528 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-12 23:15:04 +00:00
..
RestfulServerTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2010-04-12 02:03:16 +00:00
RestfulServerTest.yml BUGFIX Fixed many_many relations querying in RestfulServer 2009-07-08 08:28:17 +00:00
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 BUGFIX Use BASE_PATH and BASE_URL instead of data from $_SERVER. 2010-04-12 23:15:04 +00:00
SapphireSoapServerTest.php BUGFIX Fixed content-type for SapphireSoapServer->wsdl() (#4570, thanks Cristian) 2009-09-21 09:55:43 +00:00