cakephp2-php8/lib/Cake/Test/Case/Network
mark_story 150c9fc6a3 Remove parse_str() its buggy and wrong.
parse_str() replaces `.` with _ and drops duplicated keys, which is
incorrect.  Replace parse_str with an updated version of parseQuery
from 1.x

Fixes #2629
Fixes #2647
2012-03-08 21:05:28 -05:00
..
Email Upgrade legacy uses of App::build() types 2012-02-18 04:31:29 -08:00
Http Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00
CakeRequestTest.php Fix duplicate values when merging POST data. 2012-03-06 20:22:13 -05:00
CakeResponseTest.php Fixed TODO: Refactored setting of Cookies into CakeResponse. 2012-02-09 14:24:10 +01:00
CakeSocketTest.php Fix missing and invalid assertions in tests. 2012-02-16 19:28:21 +01:00