cakephp2-php8/cake/tests/cases
mark_story 6426b7ec04 Fixing issues with / routes, as PATH_INFO doesn't exist.
Changing foreach loop for if elseif blocks, and removing use of env().  The values we want will never be anywhere else by _SERVER, so don't incur extra overhead looking places it won't be.
Added tests.
2011-02-21 22:30:01 -05:00
..
console Removing $request->query[url]. This simulated value is also available at $request->url, and having it in the query array confuses things, as GET[url] no longer exists. 2011-02-20 21:52:20 -05:00
libs Fixing issues with / routes, as PATH_INFO doesn't exist. 2011-02-21 22:30:01 -05:00
basics.test.php Merge branch '1.3' into merger 2011-01-18 20:04:30 -05:00