X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fnegotiation_001.phpt;h=df42ff6c85f69b6c79a0e916783eccb3c89397b6;hp=e1af2ca4159de7444d02634b6ac8bd1aca4a10f8;hb=f0fefacf671ffdf395c92f4fe5a229140f8b8ce8;hpb=991da83d2e2f0ea005124a371a1eee49be826b18 diff --git a/tests/negotiation_001.phpt b/tests/negotiation_001.phpt index e1af2ca..df42ff6 100644 --- a/tests/negotiation_001.phpt +++ b/tests/negotiation_001.phpt @@ -4,24 +4,30 @@ negotiation ---ENV-- -HTTP_ACCEPT_LANGUAGE=de-AT,de-DE;q=0.8,en-GB;q=0.3,en-US;q=0.2 -HTTP_ACCEPT_CHARSET=ISO-8859-1,utf-8;q=0.7,*;q=0.7 --FILE-- 900 @@ -39,4 +47,9 @@ Array [iso-8859-1] => 1000 [utf-8] => 0.7 ) +Array +( + [application/xhtml+xml] => 999 + [text/html] => 0.8 +) Done