X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparse_cookie_001.phpt;fp=tests%2Fparse_cookie_001.phpt;h=0000000000000000000000000000000000000000;hb=87db9817d428282792c8146d9c2ae9748ebf6f1e;hp=2668b0e10e0220e20f7cd8a7e97f66ee73b72384;hpb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba;p=m6w6%2Fext-http diff --git a/tests/parse_cookie_001.phpt b/tests/parse_cookie_001.phpt deleted file mode 100644 index 2668b0e..0000000 --- a/tests/parse_cookie_001.phpt +++ /dev/null @@ -1,41 +0,0 @@ ---TEST-- -parse cookie ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -%aTEST -object(stdClass)%a { - ["cookies"]=> - array(3) { - ["name"]=> - string(5) "value" - ["foo"]=> - string(7) "bar"baz" - ["hey"]=> - string(6) "got"it" - } - ["extras"]=> - array(1) { - ["comment"]=> - string(0) "" - } - ["flags"]=> - int(32) - ["expires"]=> - int(1) - ["path"]=> - string(1) "/" - ["domain"]=> - string(0) "" -} -Done