cakephp2-php8/lib/Cake/tests/Case/Network
mark_story 975f74bb44 Making it so all POST parameters are available on $this->data inside the request. This makes one fewer place POST data
is found.  $this->params['form'] is still around as well for Backwards compatibility, but is not recommended for use
going forward.
2011-04-30 12:44:38 -04:00
..
Email Moved the CakeEmail to Network/Email. Now this class have similar structure of HttpSocket. 2011-04-26 22:20:35 -04:00
Http Added tests to get with queryparams and custom configs. Refs #1674. 2011-04-26 22:10:24 -04:00
CakeRequestTest.php Making it so all POST parameters are available on $this->data inside the request. This makes one fewer place POST data 2011-04-30 12:44:38 -04:00
CakeResponseTest.php Renaming tests folders and making tests runnable again 2011-04-10 20:08:24 -04:30
CakeSocketTest.php Moving tests around in the AllTests suite and making the CakeSocket tests pass again 2011-04-22 19:53:38 -04:30