silverstripe-framework/tests/api
Ingo Schommer 326036a501 Excluded or removed tests relying on actual webserver routing
The "sanitychecks" group excludes through phpunit.xml.dist.
Removed RestfulService->testHttpErrorWithoutCache()
since its not sufficiently isolated in terms of testing.
Has been refactored in 3.x, but too intrusive to backport.

Changes mainly necessary to get Travis builds passing,
since we don't want to start mucking around with
dynamically generated file-to-url mappings just to
get *unit* tests passing - as opposed to integration-testing
the whole environment incl. webserver.
2012-11-28 15:35:09 +01:00
..
RestfulServerTest.php BUGFIX: Take note of output format when building Location header for RestfulServer 2011-02-02 14:19:42 +13:00
RestfulServerTest.yml BUGFIX Fixed many_many relations querying in RestfulServer 2009-07-08 08:28:17 +00:00
RestfulServiceTest.php Excluded or removed tests relying on actual webserver routing 2012-11-28 15:35:09 +01:00
RSSFeedTest.php MINOR Fixed RSSFeedTest which should put test configuration code into setUp() and tearDown() methods. If the test fails halfway through, these will get called to clean up the state 2011-02-02 14:19:59 +13:00
SapphireSoapServerTest.php BUGFIX Fixed content-type for SapphireSoapServer->wsdl() (#4570, thanks Cristian) 2009-09-21 09:55:43 +00:00