cakephp2-php8/lib/Cake/Test
mark_story 8035b37df2 Only set $request->data with PUT/DELETE when it can be decoded.
Setting $request->data to the raw put data isn't overly useful unless it
can be decoded.  Generally $request->data is expected to be an array,
when its a string things can go funny.

Fixes #3320
2012-10-31 21:02:47 -04:00
..
Case Only set $request->data with PUT/DELETE when it can be decoded. 2012-10-31 21:02:47 -04:00
Fixture Fix test cases with postgres. 2012-05-10 20:55:46 -04:30
test_app Fix issue where including elements + extending views fails. 2012-09-30 22:44:27 -04:00