cakephp2-php8/lib/Cake/Test
mark_story fca8b1dd30 Fix issue where requestAction() would not strip base url.
requestAction + Controller::referer() don't work well together.
Stripping the base domain, and normalizing the URL gives an application
request which works much better.  This keeps RequestHandler more
transparent when overloading redirects.

Fixes #2711
2012-03-24 18:11:07 -04:00
..
Case Fix issue where requestAction() would not strip base url. 2012-03-24 18:11:07 -04:00
Fixture Fix coding standard issues with fixtures. 2012-03-17 23:31:17 -04:00
test_app Making sure components in controller test cases always have a fresh reference to the request object, fixes #2705 2012-03-24 14:34:29 -04:30