From ec949e90ce550fc9317770b6d8586ed0ed56228c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 2 Sep 2008 19:27:32 +0000 Subject: [PATCH] - New test --- ext/fileinfo/tests/mime_content_type_002.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ext/fileinfo/tests/mime_content_type_002.phpt diff --git a/ext/fileinfo/tests/mime_content_type_002.phpt b/ext/fileinfo/tests/mime_content_type_002.phpt new file mode 100644 index 0000000000..ba2df03171 --- /dev/null +++ b/ext/fileinfo/tests/mime_content_type_002.phpt @@ -0,0 +1,16 @@ +--TEST-- +mime_content_type(): Testing parameter +--FILE-- + +--EXPECTF-- +string(%d) "%s" +string(%d) "%s" +string(9) "directory" +string(9) "directory" -- 2.50.1