silverstripe-framework/tests/control
Sean Harvey 8063b349c8 BUG Fixing Director::test() failing on BASE_URL prefixed URLs
Example: you have a site in a sub-directory off the webroot, you call
->Link() on a SiteTree record, which returns "/[sitedir]/my-page", and
you pass this URL to Director::test(). It's a valid URL, but
Director::test() will throw a 404.

Director::test() should be ensuring that all URLs passed to it are
properly made relative, not just in the case where it thinks the URL
is absolute.
2014-08-22 15:21:53 +12:00
..
files API CHANGE: Do not rely on a specific OS mime type detection, use PHP finfo 2012-05-11 11:34:07 +12:00
CMSProfileControllerTest.php FIX: Use Injector API for managing Member_Validator instance. 2013-10-16 11:29:43 +13:00
CMSProfileControllerTest.yml BUG CMSProfileController::Member_ProfileForm() respecting canEdit() permissions on Member 2012-09-07 11:24:47 +12:00
ControllerTest.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
ControllerTest.yml API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
DirectorTest.php Revert #3345 #3323 2014-07-31 17:05:57 +12:00
HTTPRequestTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
HTTPResponseTest.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-02-27 10:27:22 +01:00
HTTPTest.php BUG Fixing Director::test() failing on BASE_URL prefixed URLs 2014-08-22 15:21:53 +12:00
NullHTTPRequestTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PjaxResponseNegotiatorTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
RequestHandlingTest.php BUG Fixing Director::test() failing on BASE_URL prefixed URLs 2014-08-22 15:21:53 +12:00
SessionTest.php Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12:00