From bcf61b073a72ba8d8b70641260bb669dd2adfab0 Mon Sep 17 00:00:00 2001 From: Melvyn Sopacua Date: Thu, 31 Oct 2002 21:09:05 +0000 Subject: [PATCH] Add test for xslt_getopt # see next commit --- ext/xslt/tests/xslt_getopt.phpt | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ext/xslt/tests/xslt_getopt.phpt diff --git a/ext/xslt/tests/xslt_getopt.phpt b/ext/xslt/tests/xslt_getopt.phpt new file mode 100644 index 0000000000..efec5e3ef9 --- /dev/null +++ b/ext/xslt/tests/xslt_getopt.phpt @@ -0,0 +1,37 @@ +--TEST-- +xslt_getopt function and public entities +--SKIPIF-- + +--FILE-- + +--EXPECT-- +OK +OK +OK -- 2.50.1