array( 'REQUEST_URI' => '/a/anew', 'REQUEST_METHOD' => 'MKCOL', ), 'body' => '', ), array( 'status' => 'HTTP/1.1 401 Unauthorized', 'headers' => array( 'WWW-Authenticate' => array( 'basic' => 'Basic realm="eZ Components WebDAV"', 'digest' => 'Digest realm="eZ Components WebDAV", nonce="testnonce", algorithm="MD5"', ), 'Server' => 'eZComponents/dev/ezcWebdavTransportTestMock', 'Content-Type' => 'text/plain; charset="utf-8"', 'Content-Length' => '21', ), 'body' => 'Authorization failed.', ), ); ?>