X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=tests%2F001.phpt;fp=tests%2F001.phpt;h=ed20f7135d6e4047a74fa8125a779f69c74c008f;hp=0000000000000000000000000000000000000000;hb=1e92ec497c976bab5ef610663f84600d735101c6;hpb=3cb72563cd26615a507b83265be7967c5f426faf diff --git a/tests/001.phpt b/tests/001.phpt new file mode 100644 index 0000000..ed20f71 --- /dev/null +++ b/tests/001.phpt @@ -0,0 +1,22 @@ +--TEST-- +apfd +--SKIPIF-- + +--PUT-- +Content-Type: application/x-www-form-urlencoded +foo=bar&bar=foo +--FILE-- + +--EXPECT-- +array(2) { + ["foo"]=> + string(3) "bar" + ["bar"]=> + string(3) "foo" +}