Fixing coding standards violations in core, and adding misc tests

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7222 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2008-06-20 20:17:23 +00:00
parent 66ea6be098
commit df75a06756
75 changed files with 1142 additions and 928 deletions

View file

@ -95,8 +95,8 @@ class HttpSocket extends CakeSocket {
'raw' => array(
'status-line' => null,
'header' => null,
'body' => null,
'response' => null
'body' => null,
'response' => null
),
'status' => array(
'http-version' => null,