summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/xsl-phpinfo.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/xsl-phpinfo.phpt')
-rw-r--r--ext/xsl/tests/xsl-phpinfo.phpt18
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsl-phpinfo.phpt b/ext/xsl/tests/xsl-phpinfo.phpt
new file mode 100644
index 0000000..83e6729
--- /dev/null
+++ b/ext/xsl/tests/xsl-phpinfo.phpt
@@ -0,0 +1,18 @@
+--TEST--
+Test phpinfo() displays xsl info
+--SKIPIF--
+<?php
+ if (!extension_loaded("xsl")) {
+ die("SKIP extension gettext not loaded\n");
+ }
+?>
+--FILE--
+<?php
+phpinfo();
+?>
+--EXPECTF--
+%a
+libxslt compiled against libxml Version%a
+--CREDITS--
+Christian Weiske, cweiske@php.net
+PHP Testfest Berlin 2009-05-09