cakephp2-php8/lib/Cake/Test/Case/Routing
mark_story 4265dbcc33 Use App.base when there are no requests to generate URL's
Setting App.fullBaseUrl to a non-host value causes issues generating
URL's in a web context. However, not including the base path generates
incorrect URL's in a CLI context. This change allows the use of App.base
to populate the base path which is used as a fallback when there are no
requests, or when the base path is empty.

Refs #2931
2013-10-10 23:07:03 -04:00
..
Filter Changed url to URL where appropriate 2013-10-07 23:17:58 -04:00
Route RedirectRoute class does not honor persist as array with custom route elements. 2013-08-17 14:51:12 -04:00
DispatcherTest.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
RouterTest.php Use App.base when there are no requests to generate URL's 2013-10-10 23:07:03 -04:00