@@ -178,7 +178,7 @@ public function testShouldRenderWellFormedValues()
178178 $ this ->assertNotNull ($ rendered );
179179 $ this ->assertIsString ($ rendered );
180180 $ this ->assertEquals (
181- 'Authorization: Digest username="bob",realm="sip.domain.net",domain="sip:sip.domain.net",nonce="a61e5e040207",uri="sip:sip.domain.net",response="KJHAFgHFIUAG",stale=TRUE,algorithm=" MD5" ,cnonce="7900f98e",qop="auth-int",nc=00000042 ,opaque="misc" ' . "\r\n" ,
181+ 'Authorization: Digest username="bob",realm="sip.domain.net",domain="sip:sip.domain.net",nonce="a61e5e040207",uri="sip:sip.domain.net",response="KJHAFgHFIUAG",stale=TRUE,algorithm=MD5,cnonce="7900f98e",qop="auth-int",nc=42 ,opaque="misc" ' . "\r\n" ,
182182 $ rendered
183183 );
184184
@@ -204,7 +204,7 @@ public function testShouldRenderWellFormedValues()
204204 $ this ->assertNotNull ($ rendered );
205205 $ this ->assertIsString ($ rendered );
206206 $ this ->assertEquals (
207- 'Authorization: Digest username="bob",realm="sip.domain.net",domain="sip:sip.domain.net",nonce="a61e5e040207",uri="sip:sip.domain.net",response="KJHAFgHFIUAG",stale=TRUE,algorithm=" MD5" ,cnonce="7900f98e",qop="auth-int",nc=00000042 ,opaque="misc" ' . "\r\n" .
207+ 'Authorization: Digest username="bob",realm="sip.domain.net",domain="sip:sip.domain.net",nonce="a61e5e040207",uri="sip:sip.domain.net",response="KJHAFgHFIUAG",stale=TRUE,algorithm=MD5,cnonce="7900f98e",qop="auth-int",nc=42 ,opaque="misc" ' . "\r\n" .
208208 'Authorization: Basic MiScCreds ' . "\r\n" ,
209209 $ rendered
210210 );
0 commit comments